Browse Source

Test Python 3.9

pull/403/head
Simon Conseil 6 years ago committed by GitHub
parent
commit
df01c653d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/python-tests.yml

2
.github/workflows/python-tests.yml

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

Loading…
Cancel
Save