diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 10:42:57 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 10:42:57 +0800 |
| commit | 6a30b2430e25d615c14dafc547caff7da9dd5403 (patch) | |
| tree | 8e2f6442045e9629ca9b151804a1b2da7f867ad1 | |
| parent | 15e457c8a245a7f9c90588e577a9cc85e1efec07 (diff) | |
| download | GitPython-6a30b2430e25d615c14dafc547caff7da9dd5403.tar.gz GitPython-6a30b2430e25d615c14dafc547caff7da9dd5403.zip | |
Remove unusable python versions from github CI config
| -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 3b7d348c..997b9294 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.4, 3.5, 3.6, 3.7, 3.8, nightly] + python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 |
