OnroerendErfgoed / atramhasis

An online SKOS editor
http://atramhasis.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

Wheel still seems to support py2 #752

Closed koenedaele closed 1 year ago

koenedaele commented 1 year ago

In version 1.3.0 the wheel is named atramhasis-1.3.0-py2.py3-none-any.whl (https://pypi.org/project/atramhasis/1.3.0/#files). This seems to indicate we still support Python 2, while I don't think we do. I think this is because of the universal flag in https://github.com/OnroerendErfgoed/atramhasis/blob/develop/setup.cfg ?

Not sure if any of this matters a lot, but if possible I'd stop the universal wheel.

Wim-De-Clercq commented 1 year ago

Can confirm, py2 in the name is caused by the universal flag.