diff options
| author | Dominic <yobmod@gmail.com> | 2021-09-09 19:49:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 19:49:13 +0100 |
| commit | cfcae1d839c5dbb94745c504993c9d5baebc44b5 (patch) | |
| tree | 2227e4e6931ad38e1a3c5a2c48cecbf5d57e5f01 /.github/workflows | |
| parent | 5da76e8b4466459a3b6a400c4750a622879acce8 (diff) | |
| parent | bb9b50ff2671cda598ff19653d3de49e03b6d163 (diff) | |
| download | gitpython-cfcae1d839c5dbb94745c504993c9d5baebc44b5.tar.gz | |
Merge pull request #1318 from Yobmod/main
General fixes for next release
Diffstat (limited to '.github/workflows')
| -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 dd94ab9d..4e7aa418 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.7, 3.8, 3.9, "3.10.0-beta.4"] + python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7] # , "3.10.0-rc.2"] steps: - uses: actions/checkout@v2 |
