Skip to content

Commit 6ebdfcd

Browse files
committed
ci.yml: add python version 3.9-dev
Now that the pre-releases can be tested, it is a good idea to add it to spot errors.
1 parent 93129cb commit 6ebdfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ['3.5', '3.6', '3.7', '3.8']
29+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9-dev']
3030

3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)