Skip to content

Commit ac623f5

Browse files
authored
Add Python 3.12 to CI test matrix (#166)
[Python 3.12.0](https://www.python.org/downloads/release/python-3120/) was released on October 2, 2023. This PR updates our CI to test against this version. Signed-off-by: Mattt Zmuda <[email protected]>
1 parent f199e7e commit ac623f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
defaults:
2222
run:

0 commit comments

Comments
 (0)