summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-24 08:29:57 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-11-24 08:37:45 -0800
commit43f12de5862568f9d381e22b83b8f81173725759 (patch)
tree5a52b7e2bcab51d045b316d0a0426ea134ca7f77 /.github
parent3c43bd4a5b29330ca8d98a53c48df687342d864a (diff)
downloadpygments-git-43f12de5862568f9d381e22b83b8f81173725759.tar.gz
Document and test all supported Python versions
Document support for Python 3.8 (released October 14th, 2019) and PyPy and add them to the test matrix.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0e8b57a3..1c979038 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: [2.7, 3.5, 3.6, 3.7]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
steps:
- uses: actions/checkout@v1