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

Add supported versions of python to setup script #651

Merged
merged 3 commits into from
Nov 7, 2018

Conversation

Zlopez
Copy link
Contributor

@Zlopez Zlopez commented Oct 29, 2018

Signed-off-by: Michal Konečný [email protected]

Signed-off-by: Michal Konečný <[email protected]>
@codecov-io
Copy link

codecov-io commented Oct 29, 2018

Codecov Report

Merging #651 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #651   +/-   ##
=======================================
  Coverage   91.03%   91.03%           
=======================================
  Files          56       56           
  Lines        2698     2698           
  Branches      354      354           
=======================================
  Hits         2456     2456           
  Misses        187      187           
  Partials       55       55

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ebc102...62e319b. Read the comment docs.

setup.py Outdated
@@ -62,6 +62,12 @@ def get_requirements(requirements_file='requirements.txt'):
license='GPLv2+',
download_url='https://fedorahosted.org/releases/a/n/anitya/',
url='https://fedorahosted.org/anitya/',
classifiers=[
"Programming Language :: Python :: 2.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While Python 2.7 may still work, I wouldn't try to support it since we run 3 in production. I'd say supporting Python 3.6+ is reasonable (unless there's a nice API from 3.7 you want to use)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, the Python 2.7 shouldn't be there.

Signed-off-by: Michal Konečný <[email protected]>
Copy link
Member

@jeremycline jeremycline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mergify mergify bot merged commit c5c7ed1 into fedora-infra:master Nov 7, 2018
@Zlopez Zlopez deleted the setup branch February 22, 2019 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants