Skip to content

Commit f4d24f6

Browse files
authored
Merge pull request #61 from ulgens/python3.13_exp
Add Python 3.13 as experimental
2 parents 36e35fd + 9f5f570 commit f4d24f6

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)