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

Python 3.11 support #35

Closed
oysstu opened this issue May 4, 2023 · 1 comment · Fixed by #37
Closed

Python 3.11 support #35

oysstu opened this issue May 4, 2023 · 1 comment · Fixed by #37

Comments

@oysstu
Copy link

oysstu commented May 4, 2023

Package does not build for Python 3.11 due to the following line in pyproject.toml.

python = ">=3.7,<3.11"

Are there any known issues with 3.11?

@jesnie
Copy link
Member

jesnie commented May 25, 2023

Sorry about the late reply. If I remember correctly it's because some downstream package has (or had, at the time) that constraint, and poetry won't let us depend on it without that constraint ourselves. It can probably be relaxed now.

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 a pull request may close this issue.

2 participants