Skip to content

Commit 4446ef1

Browse files
committed
ci: update skip job for 3.11 GA
(cherry picked from commit 47a329b)
1 parent 350882c commit 4446ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [Ubuntu, macOS, Windows]
31-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
31+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3232
steps:
3333
- run: exit 0

0 commit comments

Comments
 (0)