re-enable Action for Python 3.8

This commit is contained in:
cneud 2023-05-13 02:39:18 +02:00
parent 1621532092
commit 48f2ce6203
2 changed files with 12 additions and 21 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7'] # '3.8'
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2