ci: add python 3.12 to skip workflow · python-poetry/poetry@4844189 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4844189
ci: add python 3.12 to skip workflow
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -28,6 +28,6 @@ jobs: | ||
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [Ubuntu, macOS, Windows] |
31 | -python-version: ["3.8", "3.9", "3.10", "3.11"] | |
31 | +python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] | |
32 | 32 | steps: |
33 | 33 | - run: exit 0 |