Skip to content

Commit

Permalink
Use Python 3.11 to test devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Mar 19, 2023
1 parent 8a35023 commit 5f4a8b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
toxargs: -v

- name: Test with development versions of our dependencies
os: ubuntu-20.04 # currently newer than ubuntu-latest
python: 3.9
os: ubuntu-latest
python: 3.11
toxenv: test-devdeps
toxargs: -v

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
include:

- name: Tests with external liberfa
os: ubuntu-20.04
os: ubuntu-latest
python: 3.8
toxenv: test
toxargs: -v
Expand Down

0 comments on commit 5f4a8b6

Please sign in to comment.