Skip to content

Commit

Permalink
retire 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 28, 2024
1 parent e13000a commit d57a389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='',
Expand All @@ -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,
Expand Down

0 comments on commit d57a389

Please sign in to comment.