Skip to content

Commit

Permalink
Loosening unnecessary Python version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng authored Jun 14, 2021
1 parent 74d1aa8 commit 7caff69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
# Dont change this one
License :: OSI Approved :: MIT License

Expand All @@ -58,7 +61,7 @@ install_requires =
cf_xarray
setup_requires=
setuptools_scm
python_requires = >3.7, <3.9
python_requires = >=3.6
################ Up until here

zip_safe = False
Expand Down

0 comments on commit 7caff69

Please sign in to comment.