Skip to content

Commit

Permalink
ci: test with 3.11 in all OSes (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 9, 2022
1 parent dd145fc commit d1702e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
pyv: ['3.8', '3.9', '3.10']
pyv: ['3.8', '3.9', '3.10', '3.11']
include:
- {os: ubuntu-latest, pyv: 'pypy3.8'}
- {os: ubuntu-latest, pyv: '3.11.0-rc - 3.11', nox_pyv: '3.11'}

steps:
- name: Check out the repository
Expand Down

0 comments on commit d1702e4

Please sign in to comment.