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 f06b20a commit a44b971Copy full SHA for a44b971
.github/workflows/main.yml
@@ -13,15 +13,15 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
17
os: [macOS-latest, ubuntu-latest, windows-latest]
18
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v2
22
23
- name: Set Up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
25
with:
26
python-version: ${{ matrix.python-version }}
27
0 commit comments