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

Commits on Feb 21, 2019

  1. setup.py: constrain Python version

    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
    peteut committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    81ab1fc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. setup.py: fix typo

    *nMigen* requires Python version >=3.6.
    peteut committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f0e40da View commit details
    Browse the repository at this point in the history