tulip-control / polytope

Geometric operations on polytopes of any dimension
https://pypi.org/project/polytope
Other
73 stars 19 forks source link

support Python 3.7 #54

Closed slivingston closed 6 months ago

slivingston commented 5 years ago

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:

slivingston commented 4 years ago

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

johnyf commented 4 years ago

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

johnyf commented 4 years ago

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.

slivingston commented 6 months ago

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