We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea55f2 commit dc43378Copy full SHA for dc43378
.github/workflows/main.yml
@@ -9,8 +9,11 @@ jobs:
9
python:
10
- 3.6
11
- 3.9
12
- - 3.10.0-alpha - 3.10.99
13
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ - "3.10"
+ platform:
14
+ - ubuntu-latest
15
+ - macos-latest
16
+ - windows-latest
17
runs-on: ${{ matrix.platform }}
18
steps:
19
- uses: actions/checkout@v2
@@ -34,7 +37,7 @@ jobs:
34
37
- name: Setup Python
35
38
uses: actions/setup-python@v2
36
39
with:
- python-version: 3.9
40
+ python-version: "3.10"
41
- name: Install tox
42
run: |
43
python -m pip install tox
0 commit comments