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.9 #603

Merged
merged 6 commits into from Oct 9, 2020
Merged

Support Python 3.9 #603

merged 6 commits into from Oct 9, 2020

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Oct 9, 2020

This PR adds support for Python 3.9.

Closes #14

Package metadata

  • Add trove classifier for Python 3.9.

Nox sessions

  • Add Python 3.9 support to mypy, tests, typeguard, and xdoctest
  • Replace Python 3.8 by Python 3.9 in pre-commit and safety
  • Keep Python 3.8 for docs and docs-build pending Support Python 3.9 readthedocs/readthedocs.org#7554
  • The coverage session does not use a specific Python version.

Release workflow

  • Replace Python 3.8 by Python 3.9 in the Release workflow.

Tests workflow

Support Python 3.9 in these jobs:

  • tests / mypy
  • tests / tests

Replace Python 3.8 by 3.9 in these jobs:

  • coverage
  • tests / pre-commit
  • tests / safety
  • tests / tests (Windows)
  • tests / tests (Mac)
  • tests / typeguard

Keep Python 3.8 in this job (see above):

  • tests / docs-build

(The runner OS is Ubuntu unless noted otherwise.)

Add Python 3.9 support to the following sessions:

- mypy
- tests
- typeguard
- xdoctest

Replace Python 3.8 by Python 3.9 in the following sessions:

- pre-commit
- safety

Keep Python 3.8 for these sessions until Read the Docs adds Python 3.9:

- docs
- docs-build

The coverage session does not use a specific Python version.
Support Python 3.9 in the following jobs:

- tests / mypy
- tests / tests

Replace Python 3.8 by 3.9 in the following jobs:

- coverage
- tests / pre-commit
- tests / safety
- tests / tests (Windows)
- tests / tests (Mac)
- tests / typeguard

Keep Python 3.8 in this job until Read the Docs adds Python 3.9:

- tests / docs-build

(The runner OS is Ubuntu unless noted otherwise.)
@cjolowicz cjolowicz added the enhancement New feature or request label Oct 9, 2020
@cjolowicz cjolowicz added this to the 2020.10.15 milestone Oct 9, 2020
@cjolowicz cjolowicz merged commit b496abe into master Oct 9, 2020
@cjolowicz cjolowicz deleted the retrocookie-pr/python-3.9.0 branch October 9, 2020 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Python 3.9
1 participant