Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.9 #1151

Closed
Zlopez opened this issue Jul 28, 2021 · 0 comments · Fixed by #1153
Closed

Support for Python 3.9 #1151

Zlopez opened this issue Jul 28, 2021 · 0 comments · Fixed by #1153
Labels
High priority This ticket has a high priority technical debt

Comments

@Zlopez
Copy link
Contributor

Zlopez commented Jul 28, 2021

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.

@Zlopez Zlopez added High priority This ticket has a high priority technical debt labels Jul 28, 2021
Zlopez added a commit to Zlopez/anitya that referenced this issue Jul 28, 2021
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 fedora-infra#1151

Signed-off-by: Michal Konečný <[email protected]>
Zlopez added a commit that referenced this issue Jul 28, 2021
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High priority This ticket has a high priority technical debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant