diff options
| author | Eric Wieser <wieser.eric@gmail.com> | 2021-08-03 17:06:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 17:06:31 +0100 |
| commit | 05c77cf06e82f7932fb9775fad74251ad6c8aa4f (patch) | |
| tree | 2491f8abc76300493fc80251fa21a967db48c375 /.github | |
| parent | 335e59dc2cece491a5c5d42396ce70d4ed0715b5 (diff) | |
| parent | 0b89bfe855f0faadf359efcfad8ae752d98c6032 (diff) | |
| download | gitpython-05c77cf06e82f7932fb9775fad74251ad6c8aa4f.tar.gz | |
Merge branch 'main' into patch-1
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 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 |
