Closed
Description
What's the problem this feature will solve?
Add support for the newest version of Python, released 2019-10-14.
Describe the solution you'd like
Add metadata and testing for Python 3.8, and any necessary code changes.
Alternative Solutions
Don't support Python 3.8 (!)
Additional context
Checklist:
- Metadata: add Trove classifier, update README: PR Declare support for Python 3.8 #7219
- AppVeyor:
pending Python 3.8.0 appveyor/ci#3142- removed AppVeyor in Remove AppVeyor #7564 - Azure Pipelines:
pending microsoft/azure-pipelines-image-generation#1317Azure Pipelines: Test Windows on Python 3.8 #7320, Azure Pipelines: Test Linux and macOS on Python 3.8 #7321 -
Travis CI: switch3.8-dev
to3.8
and test earlier: PR Test on Python 3.8 final #7224 - Travis CI: as above and also change base Python to 3.8: PR Travis CI: Test Python 3.8 #7221. Currently blocked on Add Python 3.8 support actions/setup-python#30 (so the docs build can have 1 Python mentioned in config).