Skip to content

Commit 9f5f570

Browse files
committed
Add Python 3.13 as experimental
1 parent 36e35fd commit 9f5f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
2525
include:
26-
- python-version: "3.12"
26+
- python-version: "3.13"
2727
experimental: true
2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)