Skip to content

Commit 922d7bf

Browse files
authored
Update Python versions in CI workflow
1 parent 5717360 commit 922d7bf

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
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ 3.8, 3.9, "3.10", "3.11" ] # latest release minus two
15+
python-version: [ 3.9, "3.10", "3.11", "3.12" ] # latest release minus two
1616
requirements-file: [
1717
dj42_cms311.txt,
1818
# dj32_cms40.txt,
19-
dj52_cms50.txt,
19+
# dj52_cms50.txt,
2020
]
2121
os: [
2222
ubuntu-latest,

0 commit comments

Comments
 (0)