We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4004ef9 commit 7326b7cCopy full SHA for 7326b7c
pyproject.toml
@@ -13,6 +13,8 @@ classifiers = [
13
"Programming Language :: Python :: 3.8",
14
"Programming Language :: Python :: 3.9",
15
"Programming Language :: Python :: 3.10",
16
+ "Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
18
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
19
"Operating System :: OS Independent"
20
]
@@ -26,7 +28,7 @@ dlc-live-test = "dlclive.check_install.check_install:main"
26
28
dlc-live-benchmark = "dlclive.benchmark:main"
27
29
30
[tool.poetry.dependencies]
-python = ">=3.7.1,<3.11"
31
+python = ">=3.7.1,<3.13"
32
numpy = "^1.20"
33
"ruamel.yaml" = "^0.17.20"
34
colorcet = "^3.0.0"
0 commit comments