Skip to content

Commit be2763f

Browse files
committed
Hello jammy, goodbye bionic
Also, time to ditch py3.5 (no longer in the runners list), and 3.6 (below the default available). And time to add 3.11 (now available)
1 parent f4a0f8c commit be2763f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,21 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- os: ubuntu-18.04
18-
python: "3.5"
19-
experimental: false
20-
- os: ubuntu-18.04
21-
python: "3.6"
22-
experimental: false
23-
- os: ubuntu-18.04
17+
- os: ubuntu-20.04
2418
python: "3.7"
2519
experimental: false
2620
- os: ubuntu-20.04
2721
python: "3.8"
2822
experimental: false
2923
- os: ubuntu-20.04
3024
python: "3.9"
31-
experimental: true
32-
- os: ubuntu-20.04
25+
experimental: false
26+
- os: ubuntu-22.04
3327
python: "3.10"
34-
experimental: true
28+
experimental: false
29+
- os: ubuntu-22.04
30+
python: "3.11"
31+
experimental: false
3532

3633
runs-on: ${{ matrix.os }}
3734
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)