azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
4 stars 2 forks source link

add support for more generic python versions #31

Open azomDev opened 2 months ago

azomDev commented 2 months ago

for example if the user enters 3.11, it means the latest 3.11 version (which i think is 3.11.9???)

I found a website with a neat api. https://endoflife.date/api/python.json With this, we can easily get the latest version of a generic version.