diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:42 +0100 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:42 +0100 |
| commit | 787359d80d80225095567340aa5e7ec01847fa9a (patch) | |
| tree | 41947c5be7875e746b6e1452add2b92283e926b4 /.github | |
| parent | 17ff2630af26b37f82ac1158ee3495c4390da699 (diff) | |
| parent | 2aae532a3993a100d5074cde70abe548cfc45861 (diff) | |
| download | gitpython-787359d80d80225095567340aa5e7ec01847fa9a.tar.gz | |
Merge branch 'fix-cmd-injection'
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 5c698bae..5373dace 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v3 |
