diff options
| author | Dominic <yobmod@gmail.com> | 2021-09-09 19:00:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 19:00:58 +0100 |
| commit | 40f4cebbc095d043463b3e72d740acbcb84491d8 (patch) | |
| tree | c81fa2b067c06b969e18836ebd9a653cc1252fa5 | |
| parent | 3439a3ec3582f7317ee46418c24996951409cedc (diff) | |
| download | gitpython-40f4cebbc095d043463b3e72d740acbcb84491d8.tar.gz | |
Update pythonpackage.yml
Try python 3.10.0.rc.2
| -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 25e3c3dd..0878a1a5 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.1"] + python-version: [3.7, 3.8, 3.9, "3.10.0-rc.2"] steps: - uses: actions/checkout@v2 |
