Skip to content

Commit 56b6f1d

Browse files
committed
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
1 parent 401287d commit 56b6f1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
matrix:
3939
python:
4040
- "3.7"
41-
- "3.10"
4241
- "3.11"
42+
- "3.12"
4343
# Workaround for actions/setup-python#508
4444
dev:
4545
- -dev
@@ -48,6 +48,12 @@ jobs:
4848
- macos-latest
4949
- windows-latest
5050
include:
51+
- python: "3.8"
52+
platform: ubuntu-latest
53+
- python: "3.9"
54+
platform: ubuntu-latest
55+
- python: "3.10"
56+
platform: ubuntu-latest
5157
- python: pypy3.9
5258
platform: ubuntu-latest
5359
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)