commit 422be936cf64c1b2603cf581fff701336ced68c7 parent 65a5969065dbc8f20a16f854381644f31382d187 Author: parazyd <parazyd@dyne.org> Date: Fri, 16 Apr 2021 02:06:19 +0200 Test also with Python 3.7 Diffstat:
M | .github/workflows/py.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2