Skip to content

Commit 0efd523

Browse files
update build matrix to include Python 3.11, 3.12, and 3.13
1 parent 81551f3 commit 0efd523

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
# - { os: windows-latest, py: "3.7" }
19-
# - { os: macOS-latest, py: "3.7" }
20-
- { os: ubuntu-latest, py: "3.6" }
21-
- { os: ubuntu-latest, py: "3.7" }
2218
- { os: ubuntu-latest, py: "3.8" }
2319
- { os: ubuntu-latest, py: "3.9" }
2420
- { os: ubuntu-latest, py: "3.10" }
21+
- { os: ubuntu-latest, py: "3.11" }
22+
- { os: ubuntu-latest, py: "3.12" }
23+
- { os: ubuntu-latest, py: "3.13" }
2524

2625
env:
2726
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

0 commit comments

Comments
 (0)