We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec6691 commit 3fe2b2aCopy full SHA for 3fe2b2a
1 file changed
.github/workflows/build.yml
@@ -17,15 +17,15 @@ jobs:
17
matrix:
18
name: [
19
"ubuntu-py37",
20
- "ubuntu-py311",
+ "ubuntu-py310",
21
]
22
include:
23
- name: "ubuntu-py37"
24
os: ubuntu-latest
25
python-version: 3.7
26
- - name: "ubuntu-py311"
+ - name: "ubuntu-py310"
27
28
- python-version: 3.11
+ python-version: 3.10
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Python ${{ matrix.python-version }}
0 commit comments