-
Notifications
You must be signed in to change notification settings - Fork 235
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.10 #1052
Merged
Merged
Support Python 3.10 #1052
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
Should the platform-specific tests also be upgraded to 3.10 here? cookiecutter-hypermodern-python/{{cookiecutter.project_name}}/.github/workflows/tests.yml Lines 25 to 26 in f949d8a
|
Yes. Thanks for catching that! |
Fixed in 261d2fd I'll cut another release later. |
cjolowicz
added a commit
to cjolowicz/nox-poetry
that referenced
this pull request
Nov 12, 2021
* 👷 [nox] Support Python 3.10 * 👷 [github] Use Python 3.10 in Tests workflow * 👷 [github] Use Python 3.10 in Release workflow * 📦 [poetry] Add Trove classifier for Python 3.10 * 📚 Document Python 3.10 support Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1052
cjolowicz
added a commit
to cjolowicz/nox-poetry
that referenced
this pull request
Nov 12, 2021
* Migrate cutty.json * Fix typo in CONTRIBUTING.rst Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1010 * 🔧 [mypy] Warn about unreachable code * 🔧 [mypy] Warn about unreachable code * 🔧 [nox] Avoid warning about unreachable code `nox.Session.bin` is no longer `Optional` in recent versions of Nox. * 📚 Document `mypy --warn-unreachable` in User Guide Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1025 * 👷 [github] Install Poetry and Nox using pipx in Tests workflow * 👷 [github] Install Poetry using pipx in Tests workflow * 👷 [github] Install Nox using pipx in Tests workflow * 👷 [github] Use pipx in Cookiecutter CI as well Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1051 * Support Python 3.10 * 👷 [nox] Support Python 3.10 * 👷 [github] Use Python 3.10 in Tests workflow * 👷 [github] Use Python 3.10 in Release workflow * 📦 [poetry] Add Trove classifier for Python 3.10 * 📚 Document Python 3.10 support Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1052 * Drop support for Python 3.6 * 👷 [nox] Drop Python 3.6 from Nox sessions * 📦 [poetry] Drop Python 3.6 from package metadata * 👷 [github] Drop Python 3.6 from Tests workflow * 📚 [CONTRIBUTING] Drop Python 3.6 from contributor guide * 📚 Drop Python 3.6 from Cookiecutter documentation * 👷 [github] Drop Python 3.6 from Cookiecutter CI Cutty-Original-PR: cjolowicz/cookiecutter-hypermodern-python#1054 * 👷 [github] Use Python 3.10 on Windows and macOS in Tests workflow Retrocookie-Original-Commit: cjolowicz/cookiecutter-hypermodern-python-instance@1c8a1e9 Co-authored-by: Benjamin Rose <benjamin.rose@me.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #580