Skip to content

Commit

Permalink
Move Python 3.11 out of the test matrix.
Browse files Browse the repository at this point in the history
Probably should have done this when moving continue-on-error to Python 3.13.
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent d72c6a0 commit 3fc7a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
matrix:
python:
- "3.8"
- "3.11"
- "3.12"
platform:
- ubuntu-latest
Expand All @@ -45,6 +44,8 @@ jobs:
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: "3.11"
platform: ubuntu-latest
- python: pypy3.10
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 3fc7a93

Please sign in to comment.