We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 273fd28 + 9c81ec5 commit db741a6Copy full SHA for db741a6
.github/workflows/build.yml
@@ -17,15 +17,27 @@ jobs:
17
matrix:
18
name: [
19
"ubuntu-py37",
20
+ "ubuntu-py38",
21
"ubuntu-py39",
22
+ "ubuntu-py310",
23
+ "ubuntu-py311",
24
]
25
include:
26
- name: "ubuntu-py37"
27
os: ubuntu-latest
- python-version: 3.7
28
+ python-version: "3.7"
29
+ - name: "ubuntu-py38"
30
+ os: ubuntu-latest
31
+ python-version: "3.8"
32
- name: "ubuntu-py39"
33
- python-version: 3.9
34
+ python-version: "3.9"
35
+ - name: "ubuntu-py310"
36
37
+ python-version: "3.10"
38
+ - name: "ubuntu-py311"
39
40
+ python-version: "3.11"
41
steps:
42
- uses: actions/checkout@v3
43
- name: Set up Python ${{ matrix.python-version }}
0 commit comments