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

[v2] Pyproject.toml minimum Python version is too low #4348

Open
1 task done
nemec opened this issue Apr 13, 2024 · 0 comments
Open
1 task done

[v2] Pyproject.toml minimum Python version is too low #4348

nemec opened this issue Apr 13, 2024 · 0 comments
Labels
enhancement Nice to have things that are not a bug

Comments

@nemec
Copy link

nemec commented Apr 13, 2024

Describe your suggested feature

So it looks like typing.Self (used here) is added in Python 3.11 but your current pyproject.toml in the V2 branch specifies Python 3.8 as the minimum version. I was able to successfully install after installing Python 3.11 in a venv. Not a huge issue, but before you release 2.0 you'll probably want to bump this version in pyproject.toml

https://docs.python.org/3/library/typing.html#typing.Self

Checklist

  • I have searched for this issue before posting it and there isn't a duplicate.
@nemec nemec added the enhancement Nice to have things that are not a bug label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have things that are not a bug
Projects
None yet
Development

No branches or pull requests

1 participant