Skip to content

Commit

Permalink
setup.py: remove upper bound on python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Oct 14, 2023
1 parent db27195 commit c5f19db
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 @@ -37,7 +37,7 @@
keywords='HEPData physics OpenData',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
zip_safe=False,
python_requires='>=3.6,<3.11',
python_requires='>=3.6',
install_requires=DEPS,
extras_require={
'test': [
Expand Down

0 comments on commit c5f19db

Please sign in to comment.