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

setup.py: constrain Python version #36

Merged
merged 2 commits into from Feb 22, 2019
Merged

Conversation

peteut
Copy link
Contributor

@peteut peteut commented Feb 21, 2019

Installation should be constraint to supported Python versions, using python_requires, refer to [1] for details.

[1] https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

Installation should be constraint to supported Python versions, using `python_requires`, refer to [1] for details.

[1] https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
@codecov
Copy link

codecov bot commented Feb 21, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   85.52%   85.52%           
=======================================
  Files          27       27           
  Lines        3918     3918           
  Branches      765      765           
=======================================
  Hits         3351     3351           
  Misses        478      478           
  Partials       89       89

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 8ee6bd8...f0e40da. Read the comment docs.

setup.py Outdated Show resolved Hide resolved
*nMigen* requires Python version >=3.6.
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.

None yet

2 participants