Skip to content

Commit 711e338

Browse files
author
Christopher Doris
committed
test all platforms on all versions
1 parent a9cf3a6 commit 711e338

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
pyversion: [">=3.8", "3.8"]
60-
include:
61-
- os: macos-latest
62-
pyversion: "3.13.2"
63-
- os: macos-latest
64-
pyversion: "3.13.1"
65-
- os: macos-latest
66-
pyversion: "3.13.0"
67-
- os: macos-latest
68-
pyversion: "3.12"
59+
pyversion: [">=3.8", "3.13.2", "3.13.1", "3.13.0", "3.12", "3.8"]
6960

7061
steps:
7162
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)