bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

Python 3.8+ missing from Pypi Programming Language #1393

Closed clavedeluna closed 1 year ago

clavedeluna commented 1 year ago

pypi bottom left in Programming Language section is missing Python 3.8, 3.9 (3.10, too?) support. I can see they are in setup.py so the issue is likely a release issue.

Side question: are releases done manually?

defnull commented 1 year ago

They are missing in https://github.com/bottlepy/bottle/blob/release-0.12/setup.py but yes, 0.12 supports everything from 2.5 up to 3.10.

clavedeluna commented 1 year ago

Great! Added Py 3.10 to master. Once that's merged and master is released, Pypi should be up to date.