Skip to content

Commit

Permalink
Remove version constraint
Browse files Browse the repository at this point in the history
There are currently already uses on 3.11 despite how it would not have been supported until now. We do not want to arbitrarily cut off access to 3.12 pioneers. We already publish in the documentation that up to 3.11 is supported.
  • Loading branch information
Deconstrained committed Sep 11, 2023
1 parent 633e140 commit 2a2d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,5 +15,5 @@
install_requires=['requests', 'urllib3', 'deprecation'],
author='PagerDuty',
author_email='support@pagerduty.com',
python_requires='>=3.6, <3.12'
python_requires='>=3.6'
)

0 comments on commit 2a2d9d4

Please sign in to comment.