You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the current version of Anitya has some issues on Python 3.9 and the Fedora 34 is using Python 3.9 as base python, we should make Anitya work with this version.
This is a high priority, because current staging deployment and vagrant dev environment are running on Fedora 34.
The text was updated successfully, but these errors were encountered:
This PR will add support for Python 3.9 and enable tests for it in both
tox and zuul.
Also adds python_requires to setup.py to avoid Anitya being downloaded
by pip on unsupported versions of Python.
Closesfedora-infra#1151
Signed-off-by: Michal Konečný <[email protected]>
This PR will add support for Python 3.9 and enable tests for it in both
tox and zuul.
Also adds python_requires to setup.py to avoid Anitya being downloaded
by pip on unsupported versions of Python.
Closes#1151
Signed-off-by: Michal Konečný <[email protected]>
Because the current version of Anitya has some issues on Python 3.9 and the Fedora 34 is using Python 3.9 as base python, we should make Anitya work with this version.
This is a high priority, because current staging deployment and vagrant dev environment are running on Fedora 34.
The text was updated successfully, but these errors were encountered: