Skip to content

Commit 6a16c01

Browse files
committed
drop python 3.8 and 3.9
1 parent c4e6d5d commit 6a16c01

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ classifiers =
2929
Operating System :: Microsoft :: Windows
3030
Operating System :: MacOS
3131
Programming Language :: Python :: 3
32-
Programming Language :: Python :: 3.8
33-
Programming Language :: Python :: 3.9
3432
Programming Language :: Python :: 3.10
3533
Programming Language :: Python :: 3.11
3634
Programming Language :: Python :: 3.12
@@ -42,7 +40,7 @@ keywords =
4240
pynn
4341

4442
[options]
45-
python_requires = >=3.8, <4
43+
python_requires = >=3.10, <4
4644
packages = find:
4745
zip_safe = True
4846
include_package_data = True

0 commit comments

Comments
 (0)