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 Python 3.7 #54

Closed
4 tasks done
slivingston opened this issue Feb 19, 2019 · 4 comments
Closed
4 tasks done

support Python 3.7 #54

slivingston opened this issue Feb 19, 2019 · 4 comments
Assignees
Milestone

Comments

@slivingston
Copy link
Member

slivingston commented Feb 19, 2019

The future is upon us. At the time of opening this issue, visiting https://docs.python.org/ results in documentation for Python version 3.7. We should support it:

  • add to list of classifiers in setup.py
  • add to test matrix on Travis CI (.travis.yml) (EDIT: now done in GitHub Action .github/workflows/main.yml)
  • skim the "What's New?" section of the 3.7 announcement, and check for parts of Polytope that might be broken from it;
  • if any code changes for compatibility, write regression tests
@slivingston slivingston self-assigned this Feb 19, 2019
@slivingston
Copy link
Member Author

also, Python 3.8, which was released after this issue first opened (https://www.python.org/dev/peps/pep-0569/).

@johnyf
Copy link
Member

johnyf commented Mar 20, 2020

The Trove classifiers for Python 3.7 and 3.8 could be included in polytope == 0.2.2, #58.

@johnyf
Copy link
Member

johnyf commented Mar 27, 2020

Added Python 3.7 and 3.8 to test environments in commit 6b855cd and the Trove classifiers for Python 3.7 and 3.8 in commit 215143c.

@johnyf johnyf added this to the 0.2.4 milestone May 31, 2021
@slivingston
Copy link
Member Author

Sufficiently operational with Python >= 3.8 to close this issue.

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