File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 37
37
- " 3.10"
38
38
- " 3.11"
39
39
- " 3.12"
40
+ - " 3.13"
40
41
django :
41
42
- " 4.2"
42
43
- " 5.0"
54
55
django : " 5.1"
55
56
- python-version : " 3.9"
56
57
django : " 5.1"
58
+ - python-version : " 3.13"
59
+ django : " 4.2"
60
+ - python-version : " 3.13"
61
+ django : " 5.0"
57
62
58
63
services :
59
64
# postgres service
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
<!--
8
8
## [Unreleased]
9
+ - Added Python 3.13 support
9
10
-->
10
11
11
12
## [ Unreleased]
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ def get_version(*file_paths):
82
82
'Programming Language :: Python :: 3.10' ,
83
83
'Programming Language :: Python :: 3.11' ,
84
84
'Programming Language :: Python :: 3.12' ,
85
+ 'Programming Language :: Python :: 3.13' ,
85
86
'Topic :: Security' ,
86
87
'Topic :: Software Development' ,
87
88
],
You can’t perform that action at this time.
0 commit comments