polytope icon indicating copy to clipboard operation
polytope copied to clipboard

support Python 3.7

Open slivingston opened this issue 7 years ago • 3 comments

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)
  • [ ] 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 avatar Feb 19 '19 10:02 slivingston

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

slivingston avatar Oct 30 '19 17:10 slivingston

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

johnyf avatar Mar 20 '20 14:03 johnyf

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

johnyf avatar Mar 27 '20 15:03 johnyf

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

slivingston avatar Mar 07 '24 06:03 slivingston