Skip to content

Commit 8f26588

Browse files
authored
Merge pull request #1742 from python-trio/ci_python_39
add Python 3.9-rc to CI build
2 parents 3a8a247 + 5b2d17d commit 8f26588

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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: ['']
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v2
4141
- name: Setup python
42-
uses: actions/setup-python@v1
42+
uses: actions/setup-python@v2
4343
with:
4444
python-version: '${{ matrix.python }}'
4545
architecture: '${{ matrix.arch }}'
@@ -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:
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout
7171
uses: actions/checkout@v2
7272
- name: Setup python
73-
uses: actions/setup-python@v1
73+
uses: actions/setup-python@v2
7474
with:
7575
python-version: '${{ matrix.python }}'
7676
- name: Run tests
@@ -87,12 +87,12 @@ 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
9494
- name: Setup python
95-
uses: actions/setup-python@v1
95+
uses: actions/setup-python@v2
9696
with:
9797
python-version: '${{ matrix.python }}'
9898
- name: Run tests

0 commit comments

Comments
 (0)