documentation changes

python version upper limit increased to support 3.11
This commit is contained in:
2023-09-14 08:43:15 +01:00
parent 7ab7c30e80
commit 047577265c
4 changed files with 72 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ dependencies = [
"pyparsing>=3.1.1",
"voicemeeter-api>=2.4.9",
]
requires-python = ">=3.10,<3.11"
requires-python = ">=3.10,<3.12"
readme = "README.md"
[project.license]