Skip to content

Commit b976be9

Browse files
committed
OPS: Avoid django python conflict in testing matrix
1 parent 1b5f211 commit b976be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
python: ['3.9', '3.10', '3.11']
26+
python: ['3.10', '3.11', '3.12']
2727
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macos-latest] for full coverage but this gets expensive quickly
2828
runs-on: ${{ matrix.os }}
2929

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py39,py310,py311}-dj{32,42,50}-{sqlite,postgres}
2+
envlist = {py310,py311,py312}-dj{32,42,50}-{sqlite,postgres}
33
isolated_build = True
44

55
[testenv]
@@ -21,6 +21,6 @@ deps =
2121

2222
[gh-actions]
2323
python =
24-
3.9: py39
2524
3.10: py310
2625
3.11: py311
26+
3.12: py312

0 commit comments

Comments
 (0)