Skip to content

Commit 20aa1fd

Browse files
authored
chore: support Python 3.12 (numaproj#166)
Signed-off-by: Avik Basu <[email protected]>
1 parent 75c1ba5 commit 20aa1fd

File tree

3 files changed

+122
-128
lines changed

3 files changed

+122
-128
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)