Skip to content

Commit df10421

Browse files
authored
Added tests for python 3.12. (#224)
1 parent b223097 commit df10421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
contents: write
3737
strategy:
3838
matrix:
39-
py_version: ["3.8", "3.9", "3.10", "3.11"]
39+
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4040
os: [ubuntu-latest, windows-latest]
4141
runs-on: "${{ matrix.os }}"
4242
steps:

0 commit comments

Comments
 (0)