Skip to content

Commit 7326b7c

Browse files
authored
Update pyproject.toml
- adding support for python 3.11, 3.12, 3.13
1 parent 4004ef9 commit 7326b7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ classifiers = [
1313
"Programming Language :: Python :: 3.8",
1414
"Programming Language :: Python :: 3.9",
1515
"Programming Language :: Python :: 3.10",
16+
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
1618
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1719
"Operating System :: OS Independent"
1820
]
@@ -26,7 +28,7 @@ dlc-live-test = "dlclive.check_install.check_install:main"
2628
dlc-live-benchmark = "dlclive.benchmark:main"
2729

2830
[tool.poetry.dependencies]
29-
python = ">=3.7.1,<3.11"
31+
python = ">=3.7.1,<3.13"
3032
numpy = "^1.20"
3133
"ruamel.yaml" = "^0.17.20"
3234
colorcet = "^3.0.0"

0 commit comments

Comments
 (0)