diff options
author | Clément Robert <cr52@protonmail.com> | 2023-03-14 11:24:19 +0100 |
---|---|---|
committer | Clément Robert <cr52@protonmail.com> | 2023-03-14 11:54:47 +0100 |
commit | e570c6f5ff6f5aa966193d51560d3cde30fc09bd (patch) | |
tree | fea0cba656d03a374cba00e32a3191ae9720a5e2 /setup.py | |
parent | 80f7cba7a4bf0970095d7f750abf15bf4b5e364b (diff) | |
download | numpy-e570c6f5ff6f5aa966193d51560d3cde30fc09bd.tar.gz |
MAINT: cleanup unused Python3.8-only code and references
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -90,7 +90,6 @@ License :: OSI Approved :: BSD License Programming Language :: C 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 @@ -432,7 +431,7 @@ def setup_package(): test_suite='pytest', version=versioneer.get_version(), cmdclass=cmdclass, - python_requires='>=3.8', + python_requires='>=3.9', zip_safe=False, entry_points={ 'console_scripts': f2py_cmds, |