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.
1 parent 341378a commit bd28a95Copy full SHA for bd28a95
.github/workflows/test-lang-py.yml
@@ -35,7 +35,7 @@ concurrency:
35
jobs:
36
test:
37
name: Python ${{ matrix.python }} Tests
38
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
39
strategy:
40
fail-fast: false
41
matrix:
@@ -44,8 +44,6 @@ jobs:
44
- '3.11'
45
- '3.10'
46
- '3.9'
47
- - '3.8'
48
- - '3.7'
49
- 'pypy-3.10'
50
51
steps:
@@ -81,16 +79,14 @@ jobs:
81
79
82
80
interop:
83
name: Python ${{ matrix.python }} Interop
84
85
86
87
88
python:
89
90
91
92
93
94
95
96
0 commit comments