bindings,ci,docs: Raise minimal Python version to 3.8
Python 3.6 and 3.7 are EOL.
This commit is contained in:
committed by
Gabriel Ferreira
parent
43dafda7cb
commit
215449d4e6
@@ -26,8 +26,6 @@ classifiers =
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Science/Research
|
||||
Programming Language :: C++
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
@@ -38,7 +36,7 @@ classifiers =
|
||||
|
||||
[options]
|
||||
zip_safe = False
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
install_requires =
|
||||
cppyy==3.1.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user