Skip to content

Commit ed8ecc9

Browse files
add Python 3.13 to default version list (#118)
1 parent d5cea34 commit ed8ecc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2121

2222
- Django 5.1 is now available as a version choice when generating template.
2323

24+
### Changed
25+
26+
- Python 3.13 now selected by default in version list when generating template.
27+
2428
## [2024.26]
2529

2630
### Added

copier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ python_versions:
9797
"3.11": "3.11"
9898
"3.12": "3.12"
9999
"3.13": "3.13"
100-
default: ["3.8", "3.9", "3.10", "3.11", "3.12"]
100+
default: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
101101

102102
django_versions:
103103
type: str

0 commit comments

Comments
 (0)