Skip to content

Commit 10b25e7

Browse files
authored
Use final version of Python 3.13 (encode#9556)
Final version of Python 3.13 has been released and is now also available on GitHub actions.
1 parent 81613c0 commit 10b25e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- '3.10'
2020
- '3.11'
2121
- '3.12'
22-
- '3.13-dev'
22+
- '3.13'
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)