|
29 | 29 | "Development Status :: 5 - Production/Stable",
|
30 | 30 | "Programming Language :: Python",
|
31 | 31 | "Programming Language :: Python :: 3",
|
32 |
| - "Programming Language :: Python :: 3.8", |
33 |
| - "Programming Language :: Python :: 3.9", |
34 | 32 | "Programming Language :: Python :: 3.10",
|
35 | 33 | "Programming Language :: Python :: 3.11",
|
| 34 | + "Programming Language :: Python :: 3.12", |
36 | 35 | "License :: OSI Approved :: Apache Software License",
|
37 | 36 | "Intended Audience :: Science/Research",
|
38 | 37 | "Topic :: Scientific/Engineering",
|
@@ -93,7 +92,7 @@ def read_version():
|
93 | 92 | # package_data={'docs': ['*']},
|
94 | 93 | include_package_data=True,
|
95 | 94 | classifiers=classifiers,
|
96 |
| - python_requires=">=3.8", |
| 95 | + python_requires=">=3.10", |
97 | 96 | install_requires=install_reqs,
|
98 | 97 | extras_require=extras_require,
|
99 | 98 | )
|
0 commit comments