Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 4c29ca6

Browse files
Add python 3.11+3.12 to test matrix
1 parent 739f6a4 commit 4c29ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-20.04, windows-latest, macos-latest]
16-
python-version: [3.7, 3.8, 3.9, "3.10"]
16+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1717
exclude:
1818
- os: macos-latest
1919
python-version: 3.7

0 commit comments

Comments
 (0)