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 b45b43d commit 37b67a3Copy full SHA for 37b67a3
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
OS: ['ubuntu-latest', 'windows-latest']
15
- PYTHON_VERSION: ['3.5', '3.6', '3.7', '3.8']
+ PYTHON_VERSION: ['3.5', '3.6', '3.7', '3.8', '3.9']
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python
0 commit comments