From d57a389428763f64078954f8ca48565f139f8c35 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 28 Oct 2024 12:10:40 +0000 Subject: [PATCH] retire 3.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f44c3d5..6e0eb12 100644 --- a/setup.py +++ b/setup.py @@ -28,11 +28,11 @@ 'Topic :: Scientific/Engineering', "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", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='', @@ -42,7 +42,7 @@ download_url='https://github.com/ESGF/esgf-pyclient', license='BSD', # This qualifier can be used to selectively exclude Python versions - python_requires=">=3.8.0", + python_requires=">=3.9.0", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,