Skip to content

Commit

Permalink
Enable testing on 3.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 15, 2021
1 parent 8bc4e88 commit 3538875
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy-3.6', 'pypy-3.7' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy-3.6', 'pypy-3.7' ]
exclude:
- os: windows-2019
python-version: 3.10-dev
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -19,6 +22,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install wheel
run: pip install wheel
- name: Build package
run: python setup.py install
- name: Run tests
Expand Down

0 comments on commit 3538875

Please sign in to comment.