diff options
| author | Yobmod <yobmod@gmail.com> | 2021-06-17 17:22:31 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-06-17 17:22:31 +0100 |
| commit | 567c892322776756e8d0095e89f39b25b9b01bc2 (patch) | |
| tree | ef8e51e84d3943d44c6fed31aa24d63d4b022e36 /.github | |
| parent | 90f0fb8f449b6d3e4f12c28d8699ee79a6763b80 (diff) | |
| download | gitpython-567c892322776756e8d0095e89f39b25b9b01bc2.tar.gz | |
rebase with dropped 3.5
Diffstat (limited to '.github')
| -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 3c7215cb..53da7614 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.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 |
