Skip to content

Commit e910eba

Browse files
committed
ci.yml: add python 3.10-dev
Also update setup-python to v2.
1 parent 8058767 commit e910eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
27+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10-dev']
2828

2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v2
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- name: Bootstrap test environment

0 commit comments

Comments
 (0)