We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939cc46 commit 2fef2eeCopy full SHA for 2fef2ee
1 file changed
.github/workflows/build.yml
@@ -26,22 +26,22 @@ jobs:
26
include:
27
- name: "ubuntu-py27"
28
os: ubuntu-latest
29
- python-version: 2.7
+ python-version: "2.7"
30
- name: "ubuntu-py37"
31
32
- python-version: 3.7
+ python-version: "3.7"
33
- name: "ubuntu-py38"
34
35
- python-version: 3.8
+ python-version: "3.8"
36
- name: "ubuntu-py39"
37
38
- python-version: 3.9
+ python-version: "3.9"
39
- name: "ubuntu-py310"
40
41
- python-version: 3.10
+ python-version: "3.10"
42
- name: "ubuntu-py311"
43
44
- python-version: 3.11
+ python-version: "3.11"
45
steps:
46
- uses: actions/checkout@v3
47
- name: Set up Python ${{ matrix.python-version }}
0 commit comments