We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e6d5d commit 6a16c01Copy full SHA for 6a16c01
1 file changed
setup.cfg
@@ -29,8 +29,6 @@ classifiers =
29
Operating System :: Microsoft :: Windows
30
Operating System :: MacOS
31
Programming Language :: Python :: 3
32
- Programming Language :: Python :: 3.8
33
- Programming Language :: Python :: 3.9
34
Programming Language :: Python :: 3.10
35
Programming Language :: Python :: 3.11
36
Programming Language :: Python :: 3.12
@@ -42,7 +40,7 @@ keywords =
42
40
pynn
43
41
44
[options]
45
-python_requires = >=3.8, <4
+python_requires = >=3.10, <4
46
packages = find:
47
zip_safe = True
48
include_package_data = True
0 commit comments