Skip to content

Commit

Permalink
add python 3.13 to python version options (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 1, 2024
1 parent caf4273 commit cb11006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- In preparation of it's upcoming release, Python 3.13 is now available as an option when generating template.

### Removed

- Removed `labels.yml` GitHub Action. This is now handled by a GitHub bot.
Expand Down
1 change: 1 addition & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ python_versions:
"3.10": "3.10"
"3.11": "3.11"
"3.12": "3.12"
"3.13": "3.13"
default: ["3.8", "3.9", "3.10", "3.11", "3.12"]

django_versions:
Expand Down

0 comments on commit cb11006

Please sign in to comment.