Skip to content

2021.11.8

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 14:12
· 400 commits to main since this release
ccbf71e

Overview of Changes

  • This release adds support for Python 3.10, while dropping support for Python 3.6
    (EOL in December 2021).
  • Poetry and Nox are now installed on GitHub Actions using pipx, in isolated environments.
  • mypy is now configured to warn about unreachable code.

Read on for the full list of changes.

Changes

This section lists changes affecting generated projects.

💥 Breaking Changes

🚀 Features

👷 Continuous Integration

🚨 Testing

📚 Documentation

📦 Dependencies

Changes to the Cookiecutter

This section lists changes to the Cookiecutter that don't affect generated projects.

📚 Documentation

👷 Continuous Integration

  • GitHub Actions: Add Python 3.10 to the testing (#1021) @cclauss

📦 Dependencies