This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 388010d
1 parent af53102 commit 388010d Copy full SHA for 388010d
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,11 @@ jobs:
119
119
- {django: '==4.2.*', python: '3.9', os: 'ubuntu-latest'}
120
120
- {django: '==4.2.*', python: '3.10', os: 'ubuntu-latest'}
121
121
- {django: '==4.2.*', python: '3.11', os: 'ubuntu-latest'}
122
+ - {django: '~=4.2.8', python: '3.12', os: 'ubuntu-latest'}
123
+
124
+ - {django: '==5.0.*', python: '3.10', os: 'ubuntu-latest'}
125
+ - {django: '==5.0.*', python: '3.11', os: 'ubuntu-latest'}
126
+ - {django: '==5.0.*', python: '3.12', os: 'ubuntu-latest'}
122
127
123
128
steps :
124
129
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 36
36
'Programming Language :: Python :: 3.9' ,
37
37
'Programming Language :: Python :: 3.10' ,
38
38
'Programming Language :: Python :: 3.11' ,
39
+ 'Programming Language :: Python :: 3.12' ,
39
40
],
40
41
)
You can’t perform that action at this time.
0 commit comments