We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6eaca commit c99c289Copy full SHA for c99c289
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
PY_COLORS: 1
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
with:
21
fetch-depth: 0 # needed by setuptools-scm
22
- name: Switch to using Python 3.9 by default
.github/workflows/tox.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
python-version: ["3.9", "3.10", "3.11"]
28
29
30
- name: Set up Python ${{ matrix.python-version }}
31
uses: actions/setup-python@v4
32
@@ -45,7 +45,7 @@ jobs:
45
46
toxenv: [docs, packaging, py39]
47
48
49
- name: Set up Python 3.9
50
51
0 commit comments