mirror of
https://github.com/google/bumble.git
synced 2026-06-09 08:52:26 +00:00
Merge pull request #720 from adjscent/main
Update pyproject.toml to python 3.9
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ dynamic = ["version"]
|
||||
description = "Bluetooth Stack for Apps, Emulation, Test and Experimentation"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Google", email = "bumble-dev@google.com" }]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"aiohttp ~= 3.8; platform_system!='Emscripten'",
|
||||
"appdirs >= 1.4; platform_system!='Emscripten'",
|
||||
|
||||
Reference in New Issue
Block a user