about summary refs log tree commit diff stats
path: root/.github/workflows/doctest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/doctest.yml')
-rw-r--r--.github/workflows/doctest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index f12cb926..904ed376 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -1,4 +1,4 @@
-name: Python doctest and pytest
+name: Python doctest and manpage-completion
 
 on:
   push:
@@ -12,7 +12,7 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [2.7, 3.5, 3.6]
+        python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
     steps:
     - uses: actions/checkout@v1
       with: