summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 10:42:57 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 10:42:57 +0800
commit6a30b2430e25d615c14dafc547caff7da9dd5403 (patch)
tree8e2f6442045e9629ca9b151804a1b2da7f867ad1 /.github
parent15e457c8a245a7f9c90588e577a9cc85e1efec07 (diff)
downloadgitpython-6a30b2430e25d615c14dafc547caff7da9dd5403.tar.gz
Remove unusable python versions from github CI config
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml2
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