Github supports dev python versions

This commit is contained in:
L1ghtn1ng 2020-07-19 06:03:12 +01:00
parent f52cff7fd0
commit 7d67b1c4da

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.7, 3.8] python-version: [3.7, 3.8, 3.9-dev]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2