-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Not possible to use with Python < 3.7 anymore? #375
Comments
Additional info: maybe https://pypi.org/project/future-annotations/ could be used somehow. |
Thanks for the catch, will just remove the types from the file. |
This issue reminds me of lacking integration test cases for all supported python versions. |
Would it be possible to get a 1.5.0b1 release? I started using PDM in a few projects with grouped dev-dependencies (and I love it) and I'm still supporting Python 3.6. Nothing urgent so I totally understand if you prefer waiting a bit before a new release 🙂 |
I still have one improvement/refactor in backlog so let's target it in the next week |
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Install PDM with pipx using Python 3.9:
In a project, run
pdm use -f 3.6
, thenpdm install -d
:Actual behavior
Expected behavior
I hope PDM will continue to support Python versions less than 3.7!
Environment Information
😱
The text was updated successfully, but these errors were encountered: