summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorClément Robert <cr52@protonmail.com>2023-03-14 11:24:19 +0100
committerClément Robert <cr52@protonmail.com>2023-03-14 11:54:47 +0100
commite570c6f5ff6f5aa966193d51560d3cde30fc09bd (patch)
treefea0cba656d03a374cba00e32a3191ae9720a5e2 /setup.py
parent80f7cba7a4bf0970095d7f750abf15bf4b5e364b (diff)
downloadnumpy-e570c6f5ff6f5aa966193d51560d3cde30fc09bd.tar.gz
MAINT: cleanup unused Python3.8-only code and references
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index bc8c7e0db..671df90fd 100755
--- a/setup.py
+++ b/setup.py
@@ -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,