Skip to content

Commit

Permalink
minimum python version for importlib.metadata dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Oct 24, 2024
1 parent 23af94f commit 02dfb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def read(fname):
long_description=read("README.rst"),
packages=setuptools.find_packages(),
include_package_data=True,
python_requires='>=3.8',
install_requires=[
"cads-api-client>=1.4.7",
"requests>=2.5.0",
Expand Down

0 comments on commit 02dfb5a

Please sign in to comment.