Skip to content

Commit 2d85a40

Browse files
committed
updated python versions to currently supported in pyproject.toml
1 parent d43999c commit 2d85a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ classifiers = [
1313
"Natural Language :: English",
1414
"Topic :: Scientific/Engineering :: Image Recognition",
1515
"License :: OSI Approved :: MIT License",
16-
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2021
]
2122
license = {file = "LICENSE"}
22-
requires-python = ">=3.8"
23+
requires-python = ">=3.9"
2324
dependencies = [
2425
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
2526
"numpy<=2.2.1",

0 commit comments

Comments
 (0)