We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fa940 commit 5279ed9Copy full SHA for 5279ed9
.github/workflows/workflow.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: ['3.6', '3.7', '3.8', 'pypy3']
+ python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
30
steps:
31
- uses: actions/checkout@v2
32
- name: Setup Python
0 commit comments