Skip to content

Commit

Permalink
Remove python version upper bound
Browse files Browse the repository at this point in the history
as I don't see anything in pypoman (reason for bound) against higher python versions.
  • Loading branch information
munichpavel committed Jun 15, 2023
1 parent 3f878f0 commit 073119d
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 @@ -42,7 +42,7 @@
'Natural Language :: English',
'Programming Language :: Python :: 3.6',
],
python_requires='>=3.6,<3.10', # Upper bound due to pypoman
python_requires='>=3.6',
test_suite='tests',
tests_require=test_requirements,
setup_requires=setup_requirements,
Expand Down

0 comments on commit 073119d

Please sign in to comment.