Skip to content

Commit d4150f2

Browse files
authored
Run CI against 3.9 pre-release (#664)
1 parent 106c33c commit d4150f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: "Python ${{ matrix.python-version }}"
1414
runs-on: "ubuntu-latest"
1515
env:
16-
USING_COVERAGE: '2.7,3.7,3.8'
16+
USING_COVERAGE: "2.7,3.7,3.8"
1717

1818
strategy:
1919
matrix:
20-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "pypy2", "pypy3"]
20+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9.0-alpha - 3.9.0", "pypy2", "pypy3"]
2121

2222
steps:
2323
- uses: "actions/checkout@v2"

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ python =
1414
3.6: py36
1515
3.7: py37, docs
1616
3.8: py38, lint, manifest, typing, changelog
17+
3.9: py39
1718
pypy2: pypy2
1819
pypy3: pypy3
1920

2021

2122
[tox]
22-
envlist = typing,lint,py27,py35,py36,py37,py38,pypy,pypy3,manifest,docs,pypi-description,changelog,coverage-report
23+
envlist = typing,lint,py27,py35,py36,py37,py38,py39,pypy,pypy3,manifest,docs,pypi-description,changelog,coverage-report
2324
isolated_build = True
2425

2526

0 commit comments

Comments
 (0)