Skip to content

Commit 8f58d71

Browse files
committed
Add Python 3.12.x to the test matrix.
1 parent d47e867 commit 8f58d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x"]
20+
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x"]
2121
poetry-version: ["1.5.0"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:

0 commit comments

Comments
 (0)