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 25e384e commit 784e76dCopy full SHA for 784e76d
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python: ['3.6', '3.7', '3.8']
+ python: ['3.6', '3.7', '3.8', '3.9.0-rc.2']
18
arch: ['x86', 'x64']
19
lsp: ['']
20
lsp_extract_file: ['']
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
check_formatting: ['0']
64
extra_name: ['']
65
include:
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
steps:
92
- name: Checkout
93
uses: actions/checkout@v2
0 commit comments