We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccb5cd commit 3c657aaCopy full SHA for 3c657aa
.github/workflows/ci.yaml
@@ -19,11 +19,11 @@ jobs:
19
fail-fast: true
20
matrix:
21
include:
22
- - {name: '3.12', python: '3.12', os: ubuntu-20.04, tox: py312}
23
- - {name: '3.11', python: '3.11', os: ubuntu-20.04, tox: py311}
24
- - {name: '3.10', python: '3.10', os: ubuntu-20.04, tox: py310}
25
- - {name: '3.9', python: '3.9', os: ubuntu-20.04, tox: py39}
26
- - {name: '3.8', python: '3.8', os: ubuntu-20.04, tox: py38}
+ - {name: '3.12', python: '3.12', os: ubuntu-22.04, tox: py312}
+ - {name: '3.11', python: '3.11', os: ubuntu-22.04, tox: py311}
+ - {name: '3.10', python: '3.10', os: ubuntu-22.04, tox: py310}
+ - {name: '3.9', python: '3.9', os: ubuntu-22.04, tox: py39}
+ - {name: '3.8', python: '3.8', os: ubuntu-22.04, tox: py38}
27
steps:
28
- uses: actions/checkout@v3
29
0 commit comments