Skip to content

Commit 26749a1

Browse files
Update the python versions in test matrix (#685)
1 parent 36e191c commit 26749a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
23-
python-version: ["3.10"]
23+
python-version: ["3.11", "3.12"]
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)