Skip to content

Commit 5ffbde2

Browse files
committed
CI: add python 3.12 to CI tests
1 parent e41ab8d commit 5ffbde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
python-version: ["3.8", "3.9", "3.10", "3.11"]
42+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4343

4444
steps:
4545

0 commit comments

Comments
 (0)