Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: support for Python 3.11 #7

Merged
merged 6 commits into from
Mar 2, 2023

Conversation

odesenfans
Copy link
Contributor

Problem: some dependencies only support Python 3.11 in the latest releases. We do not want to restrict the version range for users of older Python versions.

Solution: specify loose versions for Python<3.11 and the correct ones for Python 3.11.

@odesenfans odesenfans requested a review from hoh January 25, 2023 18:19
setup.cfg Outdated Show resolved Hide resolved
Problem: some dependencies only support Python 3.11 in the latest
releases. We do not want to restrict the version range for users
of older Python versions.

Solution: specify loose versions for Python<3.11 and the correct
ones for Python 3.11.
@hoh hoh force-pushed the od-conditional-requirements-for-python3.11 branch from 1dcb729 to e2910e7 Compare March 2, 2023 16:13
@hoh hoh merged commit 75d1ce7 into main Mar 2, 2023
@hoh hoh deleted the od-conditional-requirements-for-python3.11 branch March 2, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants