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 7d9a925 commit d9bbd05Copy full SHA for d9bbd05
.github/workflows/reusable-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
14
- name: Setup Python 3.12
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: "3.12"
18
.github/workflows/reusable-pytest.yml
@@ -50,7 +50,7 @@ jobs:
50
run: uv tool install tox --with tox-uv
51
52
- name: Setup python for test ${{ matrix.py }}
53
54
55
python-version: ${{ matrix.py }}
56
allow-prereleases: true
.github/workflows/reusable-type.yml
- name: Setup Python 3.9
python-version: 3.9
0 commit comments