Skip to content

Commit

Permalink
Do devdeps test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 18, 2024
1 parent 923d2ae commit 5bdee92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
python: '3.12'
tox_env: 'build_docs'

- name: 'ubuntu-py310-test-alldeps-devdeps'
- name: 'ubuntu-py312-test-alldeps-devdeps'
os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-alldeps-devdeps'
python: '3.12'
tox_env: 'py312-test-alldeps-devdeps'

steps:
- name: Check out repository
Expand Down

0 comments on commit 5bdee92

Please sign in to comment.