Skip to content

Commit e3a68b6

Browse files
committed
https://github.com/actions/setup-python/issues/177
1 parent 6e676fb commit e3a68b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-20.04
2121
strategy:
2222
matrix:
23-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
23+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy-3.7']
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)