We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2414995 commit fa6bb34Copy full SHA for fa6bb34
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
matrix:
67
include:
68
- name: linting,docs
69
- python: '3.11'
+ python: '3.12'
70
allow_failure: false
71
72
- name: py312-dj50-postgres-xdist-coverage
@@ -142,7 +142,7 @@ jobs:
142
143
- uses: actions/setup-python@v4
144
with:
145
- python-version: '3.11'
+ python-version: '3.12'
146
147
- name: Install dependencies
148
run: |
0 commit comments