Skip to content

Commit baafec1

Browse files
committed
Update test matrix.
1 parent 08aaf4a commit baafec1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
exclude:
14+
- os: macos-latest
15+
python-version: "3.7"
16+
- os: windows-latest
17+
python-version: "3.7"
1318
steps:
1419
- uses: actions/checkout@v3
1520
with:

0 commit comments

Comments
 (0)