We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93129cb commit 6ebdfcdCopy full SHA for 6ebdfcd
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: ['3.5', '3.6', '3.7', '3.8']
+ python-version: ['3.5', '3.6', '3.7', '3.8', '3.9-dev']
30
31
steps:
32
- uses: actions/checkout@v2
0 commit comments