Skip to content

Commit ee79aca

Browse files
committed
merge in 3.12 CI changes from upstream
2 parents 355faa2 + fa07a0b commit ee79aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# run static analysis on bleeding and trailing edges
12-
python-version: [ '3.7', '3.11' ]
12+
python-version: [ '3.7', '3.12' ]
1313
django-version:
1414
- 'Django~=3.2.0' # LTS April 2024
1515
- 'Django~=4.1.0' # December 2023
@@ -19,7 +19,7 @@ jobs:
1919
django-version: 'Django~=4.1.0'
2020
- python-version: '3.7'
2121
django-version: 'Django~=4.2.0'
22-
- python-version: '3.11'
22+
- python-version: '3.12'
2323
django-version: 'Django~=3.2.0'
2424

2525
steps:

0 commit comments

Comments
 (0)