Skip to content

Commit 6f6c15d

Browse files
committed
test for python 3.13 support
1 parent 3d1968a commit 6f6c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
strategy:
1515
matrix:
16-
python-version: ["3.12"] # latest only
16+
python-version: ["3.13"] # latest only
1717
fail-fast: false
1818
name: Linux Python ${{ matrix.python-version }}
1919
steps:

0 commit comments

Comments
 (0)