diff options
| author | Yuval Adam <_@yuv.al> | 2022-04-21 09:30:06 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-04-21 09:30:06 +0300 |
| commit | 3ea6b02ea119b36a83443735a0f8fcbbface1953 (patch) | |
| tree | 51bd939b51ed42707bf315b67d67e698f816cc66 /.github/workflows | |
| parent | 7697629307748346359c0c434c2b4830ba660cc3 (diff) | |
This CI is getting annoying
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d16a9d..45e601b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v3 |
