diff options
author | Dominic <yobmod@gmail.com> | 2021-09-09 19:11:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 19:11:21 +0100 |
commit | f7fddc1e8ec8eec8a37272d48b7357110ee9648c (patch) | |
tree | 73bc93475d57e057d2b8effd567ebfccd51b818c | |
parent | cb7cbe583e08aeb26adcec3c0b4179833aeee797 (diff) | |
download | gitpython-f7fddc1e8ec8eec8a37272d48b7357110ee9648c.tar.gz |
Update pythonpackage.yml
Add minor versions to test matrix
-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 fa0e51d9..1af0a9db 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.7] # , "3.10.0-rc.2"] + python-version: [3.7, 3.7.0, 3.7.2, 3.7.12, 3.8.0, 3.8.11, 3.8, 3.9.0, 3.9.7] # , "3.10.0-rc.2"] steps: - uses: actions/checkout@v2 |