diff options
| author | Dominic <yobmod@gmail.com> | 2021-08-03 16:40:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 16:40:48 +0100 |
| commit | fe54118ec07a68d5dc6f6108510cffc55dfca643 (patch) | |
| tree | 3025974ca54ef607ee3d4660da4dc242e184f8ea /.github/workflows/pythonpackage.yml | |
| parent | d8a639865d02a6bb3f93a233d3caa928d18bc622 (diff) | |
| parent | 84232f7c71e41e56636f203eb26763a03ab6e945 (diff) | |
| download | gitpython-fe54118ec07a68d5dc6f6108510cffc55dfca643.tar.gz | |
Merge pull request #1311 from Yobmod/main
Drop 3.6, increase type strictness
Diffstat (limited to '.github/workflows/pythonpackage.yml')
| -rw-r--r-- | .github/workflows/pythonpackage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 8581c0bf..dd94ab9d 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0-beta.4"] + python-version: [3.7, 3.8, 3.9, "3.10.0-beta.4"] steps: - uses: actions/checkout@v2 |
