|
@@ -281,7 +281,6 @@ setup(
|
|
|
'Operating System :: POSIX :: Linux',
|
|
|
'Programming Language :: Python',
|
|
|
'Programming Language :: Python :: 3',
|
|
|
- 'Programming Language :: Python :: 3.8',
|
|
|
'Programming Language :: Python :: 3.9',
|
|
|
'Programming Language :: Python :: 3.10',
|
|
|
'Programming Language :: Python :: 3.11',
|
|
@@ -310,5 +309,5 @@ setup(
|
|
|
setup_requires=['setuptools_scm>=1.7'],
|
|
|
install_requires=install_requires,
|
|
|
extras_require=extras_require,
|
|
|
- python_requires='>=3.8',
|
|
|
+ python_requires='>=3.9',
|
|
|
)
|