Consider lowing Python version requirements
See original GitHub issueHey, I recently attempted to use pipx on a Debian stretch system, which is still on Python 3.5. As such, Python 3.5 support would be nice to have in pipx. As far as I can tell, the only feature that requires 3.6 that pipx requires is PEP 498 (literal string interpolation).
Would you be willing to use string.format()
over PEP 498 strings?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
No useful warning if Python version is too low for desired ...
Try to install any package that requires a Python version higher than the one on the system, e.g., install a package requiring Python...
Read more >Should You Use Upper Bound Version Constraints?
In this discussion I would like to explain why always providing an upper limit causes far more harm than good even for true...
Read more >PEP 440 – Version Identification and Dependency Specification
Abstract. This PEP describes a scheme for identifying versions of Python software distributions, and declaring dependencies on particular versions. This ...
Read more >Enforcing python version in setup.py
Our system requires Python 2.7. Sometimes, users are having multiple versions of Python on their systems, say 2.6.x and 2.7, some packages it ......
Read more >Python Dependencies - Everything You Need to Know
Requirements.txt files specify valid versions for each dependency, which should all work together. If you install each dependency one at a time ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your interest, but I am going to close this because, although useful to a small group of people, the additional maintenance burden to the pipx project would not be worth it.
Support for older Python version to install pipx would be very helpful for those of us locked on older Python versions