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

Drop Python 3.6 and support Python 3.10 #511

Merged
merged 7 commits into from
Nov 12, 2021
Merged

Drop Python 3.6 and support Python 3.10 #511

merged 7 commits into from
Nov 12, 2021

Commits on Nov 12, 2021

  1. Migrate cutty.json

    cjolowicz committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b7979c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397cbb7 View commit details
    Browse the repository at this point in the history
  3. πŸ”§ [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
    cjolowicz committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bdff957 View commit details
    Browse the repository at this point in the history
  4. πŸ‘· [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
    cjolowicz committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    99fe81a View commit details
    Browse the repository at this point in the history
  5. 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
    cjolowicz committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7566f3f View commit details
    Browse the repository at this point in the history
  6. 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
    cjolowicz committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d09b490 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dbc8ef View commit details
    Browse the repository at this point in the history