Skip to content

Commit 014bd20

Browse files
Test on Python 3.13 final
1 parent f63a393 commit 014bd20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
84+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
8585
outputs:
8686
python-key: ${{ steps.generate-python-key.outputs.key }}
8787
steps:
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
142+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
143143
steps:
144144
- name: Set temp directory
145145
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)