Skip to content

Commit e1d9081

Browse files
committed
Drop support for python 3.9
1 parent 5032f1f commit e1d9081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers =
3030
[options]
3131
zip_safe = false
3232
include_package_data = true
33-
python_requires = >=3.9,<3.15
33+
python_requires = >=3.10,<3.15
3434
setup_requires =
3535
cython>=3.0,<4.0
3636
numpy>=2.0.0,<3.0.0

0 commit comments

Comments
 (0)