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 #604

Merged
merged 9 commits into from
Oct 9, 2020
Merged

Support Python 3.9 #604

merged 9 commits into from
Oct 9, 2020

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Oct 9, 2020

This PR is a follow-up to #603 and adds Python 3.9 support to the Cookiecutter workflows.

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 enhancement New feature or request cookiecutter Changes outside of the template directory labels Oct 9, 2020
@cjolowicz cjolowicz added this to the 2020.10.15 milestone Oct 9, 2020
@cjolowicz cjolowicz merged commit cf9329d into master Oct 9, 2020
@cjolowicz cjolowicz deleted the python-3.9-cookiecutter branch October 9, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cookiecutter Changes outside of the template directory enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant