Merge pull request #720 from adjscent/main

Update pyproject.toml to python 3.9
This commit is contained in:
zxzxwu
2025-07-14 19:34:19 +08:00
committed by GitHub
+1 -1
View File
@@ -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'",