Add py3.10 to tested python versions (#2056)

pull/2065/head
adamus1red 3 years ago committed by GitHub
parent e298882acc
commit 1efef60350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3] python-version: ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save