Skip to content

Commit cff5fb7

Browse files
committed
3.13 is latest release
1 parent 9a61313 commit cff5fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515

16-
- name: Set up Python 3.14
16+
- name: Set up Python 3.13
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.14
19+
python-version: "3.13"
2020

2121
- uses: actions/cache@v3
2222
with:

0 commit comments

Comments
 (0)