Skip to content

Commit 6838faa

Browse files
authored
fix typo from #1446, restore 3.14 testing (#1617)
* fix typo from #1446, restore 3.14 testing * use release version of 3.14 python
1 parent bb8aa47 commit 6838faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '3.11'
2525
- '3.12'
2626
- '3.13'
27-
- '3.13-dev'
27+
- '3.14'
2828
os:
2929
- ubuntu-latest
3030
- windows-latest
@@ -297,7 +297,7 @@ jobs:
297297
- '3.11'
298298
- '3.12'
299299
- '3.13'
300-
- '3.14-dev'
300+
- '3.14'
301301
os:
302302
- ubuntu-latest
303303
- windows-latest

0 commit comments

Comments
 (0)