We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e12f9e commit eac045eCopy full SHA for eac045e
.github/workflows/integration.yml
@@ -78,6 +78,4 @@ jobs:
78
79
- name: Verify consecutive builds work
80
# Use two versions that can only be built if repo cleanup between works
81
- run: |
82
- uv run every-python install v3.12.0
83
- uv run every-python install v3.11.0
+ run: uv run every-python install v3.14.0 && uv run every-python install v3.13.0
0 commit comments