Skip to content

Commit 3c1e9ee

Browse files
authored
run test on 3.12 (#10140)
1 parent 9622157 commit 3c1e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-20.04, windows-latest, macos-latest]
26-
pyv: ["3.8", "3.9", "3.10", "3.11"]
26+
pyv: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)