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

Python version #91

Closed
turbomam opened this issue Aug 26, 2021 · 3 comments
Closed

Python version #91

turbomam opened this issue Aug 26, 2021 · 3 comments

Comments

@turbomam
Copy link
Member

There are inconsistent minimum Python version in various files. This is kinda in flux as I prepare the PRs for branches issue_84_reintegrate and issue-69-pypi. As part of that or immediately after it... change everything to 3.x? 3.7? 3.8?

@turbomam
Copy link
Member Author

I think this is the state in main as of now:

  • setup.cfg says python_requires = >=3.7
  • setup.py says if sys.version_info < (3, 7, 0):
    • in the branches above, I modified the reporting of warning string due to a error when trying to run setup.py under 2.7
  • tox.ini says envlist = py37, py38, py39
  • ./Pipfile says python_version = "3.8" ?

@gaurav
Copy link
Collaborator

gaurav commented Sep 7, 2021

As far as I know, we've now standardized to a minimum version of Python 3.7 everywhere.

@gaurav
Copy link
Collaborator

gaurav commented Sep 9, 2021

I think we've standardized to Python 3.7 everywhere as of PR #75. Closing, but please reopen if I'm wrong.

@gaurav gaurav closed this as completed Sep 9, 2021
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

No branches or pull requests

2 participants