We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8aa2a commit 583ebcaCopy full SHA for 583ebca
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-3.7']
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 'pypy-3.7']
10
runs-on: ${{ matrix.os }}
11
steps:
12
- run: git config --global core.autocrlf input
0 commit comments