Skip to content

Commit d4ca97c

Browse files
committed
Add python 3.9 to tests and compatibility
- Bump github action versions - Add PyPy and Python 3.9 to github tests - Update pipfile.lock (typed-ast 1.4.0 fails in CI)
1 parent 159c806 commit d4ca97c

File tree

4 files changed

+198
-128
lines changed

4 files changed

+198
-128
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
strategy:
77
max-parallel: 4
88
matrix:
9-
python-version: [3.8, 3.7, 3.6]
9+
python-version: [3.9, 3.8, 3.7, 3.6, 'pypy-3.6', 'pypy-3.7']
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: 'Set up Python ${{ matrix.python-version }}'
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v2
1414
with:
1515
python-version: '${{ matrix.python-version }}'
1616
- name: 'Install Python packaging tools'

0 commit comments

Comments
 (0)