Skip to content

Commit

Permalink
ci: add python 3.12 to skip workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Feb 25, 2024
1 parent 8ca6c6d commit 4844189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skip.yml
Expand Up @@ -28,6 +28,6 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- run: exit 0

0 comments on commit 4844189

Please sign in to comment.