Skip to content

Commit

Permalink
Merge pull request #60 from eumiro/py39
Browse files Browse the repository at this point in the history
[CI] Add Python 3.9 support
  • Loading branch information
klieret committed Dec 14, 2020
2 parents bde70ce + a067866 commit 43e7991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 43e7991

Please sign in to comment.