Skip to content

Commit

Permalink
https://github.com/actions/setup-python/issues/177
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa committed Mar 26, 2021
1 parent 6e676fb commit e3a68b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy-3.7']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e3a68b6

Please sign in to comment.