Test on new Python 3 versions

extensions
Volodymyr Shymanskyy 3 years ago
parent 783f792a73
commit 806ff1d282

@ -541,7 +541,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8 ]
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9, 3.10 ]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save