Skip to content

Commit

Permalink
Update supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed May 31, 2022
1 parent 0c367ec commit ea21f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
},
packages=find_packages(),
python_requires='>=3.6, <3.9',
python_requires='>=3.7, <3.10',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit ea21f45

Please sign in to comment.