Skip to content

Commit

Permalink
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 19, 2022
1 parent 1935c6e commit c1755a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
matrix:
python:
- "3.7"
- "3.10"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev:
- -dev
Expand All @@ -48,6 +48,12 @@ jobs:
- macos-latest
- windows-latest
include:
- python: "3.8"
platform: ubuntu-latest
- python: "3.9"
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit c1755a3

Please sign in to comment.