Skip to content

Commit

Permalink
ci: update skip job for 3.11 GA
Browse files Browse the repository at this point in the history
(cherry picked from commit 47a329b)
  • Loading branch information
neersighted committed Jan 3, 2023
1 parent 350882c commit 4446ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- run: exit 0

0 comments on commit 4446ef1

Please sign in to comment.