Skip to content

Commit c744daa

Browse files
authored
ci: test with 3.11 in all OSes (#152)
1 parent 5813d24 commit c744daa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-20.04, windows-latest, macos-latest]
24-
pyv: ['3.8', '3.9', '3.10']
24+
pyv: ['3.8', '3.9', '3.10', '3.11']
2525
include:
2626
- {os: ubuntu-latest, pyv: 'pypy3.8'}
27-
- {os: ubuntu-latest, pyv: '3.11.0-rc - 3.11', nox_pyv: '3.11'}
2827

2928
steps:
3029
- name: Check out the repository

0 commit comments

Comments
 (0)