Skip to content

Commit 7eb446d

Browse files
committed
Test py3.12
1 parent a194455 commit 7eb446d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/traceml.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8, 3.9, '3.10', '3.11']
14+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
1515
steps:
1616
- run: |
1717
pip install -U traceml
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [3.8, 3.9, '3.10', '3.11']
23+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)