We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae5f7f commit fcbf422Copy full SHA for fcbf422
.github/workflows/tests.yml
@@ -14,14 +14,14 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- python-version: [3.7, 3.8, 3.9, 3.10.0-rc.1]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
18
os: [ubuntu-latest, macos-latest]
19
20
env:
21
PIP_DISABLE_PIP_VERSION_CHECK: 1
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
with:
26
fetch-depth: 50
27
submodules: true
@@ -37,7 +37,7 @@ jobs:
37
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
38
39
- name: Set up Python ${{ matrix.python-version }}
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
41
if: steps.release.outputs.version == 0
42
43
python-version: ${{ matrix.python-version }}
0 commit comments