Skip to content

Commit 1efa341

Browse files
authored
1 parent 4fa40ce commit 1efa341

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ jobs:
66
fail-fast: false
77
matrix:
88
include:
9-
- { python-version: 3.9, os: ubuntu-latest }
10-
- { python-version: 3.9, os: windows-latest }
11-
- { python-version: 3.9, os: macos-latest }
12-
- { python-version: 3.8, os: ubuntu-latest }
13-
- { python-version: 3.7, os: ubuntu-latest }
14-
- { python-version: 3.6, os: ubuntu-latest }
9+
- { python-version: "3.10", os: ubuntu-latest }
10+
- { python-version: "3.10", os: windows-latest }
11+
- { python-version: "3.10", os: macos-latest }
12+
- { python-version: "3.9", os: ubuntu-latest }
13+
- { python-version: "3.8", os: ubuntu-latest }
14+
- { python-version: "3.7", os: ubuntu-latest }
15+
- { python-version: "3.6", os: ubuntu-latest }
1516
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
1617
runs-on: ${{ matrix.os }}
1718
steps:

0 commit comments

Comments
 (0)