Skip to content

Commit

Permalink
Add python 3.9 to tests and compatibility
Browse files Browse the repository at this point in the history
- Bump github action versions
- Add PyPy and Python 3.9 to github tests
- Update pipfile.lock (typed-ast 1.4.0 fails in CI)
  • Loading branch information
calebj committed Apr 7, 2021
1 parent 159c806 commit d4ca97c
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 128 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.7, 3.6]
python-version: [3.9, 3.8, 3.7, 3.6, 'pypy-3.6', 'pypy-3.7']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '${{ matrix.python-version }}'
- name: 'Install Python packaging tools'
Expand Down
Loading

0 comments on commit d4ca97c

Please sign in to comment.