We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82965d commit 7abe568Copy full SHA for 7abe568
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0 # needed by setuptools-scm
22
- name: Switch to using Python 3.9 by default
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
25
python-version: "3.9"
26
- name: Install dependencies
.github/workflows/tox.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set up Python ${{ matrix.python-version }}
31
32
33
python-version: ${{ matrix.python-version }}
34
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Set up Python 3.9
50
51
52
53
0 commit comments