diff options
author | Dominic <yobmod@gmail.com> | 2021-09-09 19:03:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 19:03:41 +0100 |
commit | 4ed0531c04cea95e93fc4829ae6b01577697172f (patch) | |
tree | 7205b2570335e71c4bb6c11f062dda2a19b1fc59 | |
parent | 40f4cebbc095d043463b3e72d740acbcb84491d8 (diff) | |
download | gitpython-4ed0531c04cea95e93fc4829ae6b01577697172f.tar.gz |
Update pythonpackage.yml
Rmv 3.10.0 from 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 0878a1a5..36928657 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-rc.2"] + python-version: [3.7, 3.8, 3.9] # , "3.10.0-rc.2"] steps: - uses: actions/checkout@v2 |