Skip to content

Commit 784e76d

Browse files
authored
add Python 3.9-rc to CI build
1 parent 25e384e commit 784e76d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python: ['3.6', '3.7', '3.8']
17+
python: ['3.6', '3.7', '3.8', '3.9.0-rc.2']
1818
arch: ['x86', 'x64']
1919
lsp: ['']
2020
lsp_extract_file: ['']
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
python: ['3.6', '3.7', '3.8']
62+
python: ['3.6', '3.7', '3.8', '3.9.0-rc.2']
6363
check_formatting: ['0']
6464
extra_name: ['']
6565
include:
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
python: ['3.6', '3.7', '3.8']
90+
python: ['3.6', '3.7', '3.8', '3.9.0-rc.2']
9191
steps:
9292
- name: Checkout
9393
uses: actions/checkout@v2

0 commit comments

Comments
 (0)