How to specify the projects supported Python versions. #8785
-
I would like to set the version of Python that is supported by my project. The versions are I tried the following but it did not work:
|
Beta Was this translation helpful? Give feedback.
Answered by
edgarrmondragon
Dec 13, 2023
Replies: 1 comment 1 reply
-
You probably want |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shadycuz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably want
python = ">=3.9,<3.13"