1
0
Fork 0
mirror of https://github.com/qurator-spk/eynollah.git synced 2025-07-30 13:19:56 +02:00

include 3.8 in GitHub Actions

This commit is contained in:
cneud 2023-04-13 00:42:04 +02:00
parent 456fccb35e
commit 63d996880d

View file

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