Skip to content

Commit d36da37

Browse files
committed
ci: Drop "-dev" from requested Python 3.13 version
Now that there has been a 3.13 final release, "3.13" and "3.13-dev" are equivalent. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 637c004 commit d36da37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
strategy:
109109
matrix:
110110
python-version:
111-
- '3.13-dev'
111+
- '3.13'
112112
- '3.12'
113113
- '3.11'
114114
- '3.10'

0 commit comments

Comments
 (0)