Skip to content

Commit b4c56cc

Browse files
committed
[JTH] change pyhon stable versions
1 parent bdab9f9 commit b4c56cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ authors = [
1616

1717
dynamic = ["version"]
1818

19-
requires-python = ">=3.8"
19+
requires-python = ">=3.11"
2020
classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
"License :: OSI Approved :: MIT License",
2323
"Operating System :: OS Independent",
24-
"Programming Language :: Python :: 3.8",
25-
"Programming Language :: Python :: 3.9",
26-
"Programming Language :: Python :: 3.10",
2724
"Programming Language :: Python :: 3.11",
2825
"Programming Language :: Python :: 3.12",
29-
"Programming Language :: Python :: 3.13",
3026
]
3127
dependencies = [
3228
"numpy",

0 commit comments

Comments
 (0)