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 07b760c commit c5c57cfCopy full SHA for c5c57cf
.github/workflows/test.yml
@@ -8,13 +8,13 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- python-version: ["3.8.18", "3.9.21", "3.10.16"]
+ python-version: ["3.8", "3.9", "3.10"]
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install tox
0 commit comments