8000 Move Python 3.11 out of the test matrix. · python/importlib_metadata@3fc7a93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fc7a93

Browse files
committed
Move Python 3.11 out of the test matrix.
Probably should have done this when moving continue-on-error to Python 3.13.
1 parent d72c6a0 commit 3fc7a93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
matrix:
3535
python:
3636
- "3.8"
37-
- "3.11"
3837
- "3.12"
3938
platform:
4039
- ubuntu-latest
@@ -45,6 +44,8 @@ jobs:
4544
platform: ubuntu-latest
4645
- python: "3.10"
4746
platform: ubuntu-latest
47+
- python: "3.11"
48+
platform: ubuntu-latest
4849
- python: pypy3.10
4950
platform: ubuntu-latest
5051
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)
0