mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-01-18 09:00:48 +00:00
upd python-requires
This commit is contained in:
parent
38bd284ba6
commit
328bea347c
4
poetry.lock
generated
4
poetry.lock
generated
@ -359,5 +359,5 @@ virtualenv = "*"
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "<4.0,>=3.10"
|
python-versions = ">=3.10"
|
||||||
content-hash = "fd3332b6e69588ff2902930c08a7882610bb8b18430f8b41edb11420ad2b597d"
|
content-hash = "9e720abd0018156ac6989a98516ad781f38008a19c6d6008840159281926a354"
|
||||||
|
@ -7,7 +7,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = "<4.0,>=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
|
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user