Skip to content

Commit fa6bb34

Browse files
adamchainzbluetech
authored andcommitted
Run non-test workflows with Python 3.12
1 parent 2414995 commit fa6bb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
include:
6868
- name: linting,docs
69-
python: '3.11'
69+
python: '3.12'
7070
allow_failure: false
7171

7272
- name: py312-dj50-postgres-xdist-coverage
@@ -142,7 +142,7 @@ jobs:
142142

143143
- uses: actions/setup-python@v4
144144
with:
145-
python-version: '3.11'
145+
python-version: '3.12'
146146

147147
- name: Install dependencies
148148
run: |

0 commit comments

Comments
 (0)