Skip to content

Commit

Permalink
Run non-test workflows with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and bluetech committed Nov 7, 2023
1 parent 2414995 commit fa6bb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
include:
- name: linting,docs
python: '3.11'
python: '3.12'
allow_failure: false

- name: py312-dj50-postgres-xdist-coverage
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down

0 comments on commit fa6bb34

Please sign in to comment.