Skip to content

Commit ace96f5

Browse files
authored
build(ci): enable python 3.12 in github actions (#2005)
1 parent 6c2ca63 commit ace96f5

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ['3.10', '3.11']
24+
python-version: ['3.10', '3.11', '3.12']
2525
numpy-version: ['1.24', '1.26', '2.0']
2626
dependency-set: ["minimal", "optional"]
2727

0 commit comments

Comments
 (0)