summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-02-01 19:46:01 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2022-02-01 19:46:01 +0100
commitf823d20fb0ceb6e65eca09264be117b421b26c6d (patch)
treeb0bc5503b652fb169fc905138dd5843486337170 /.github
parenta8223e03992930bafa6c1a8bd976e9ecd8d8f566 (diff)
downloadpygments-git-f823d20fb0ceb6e65eca09264be117b421b26c6d.tar.gz
Bump to Python 3.6 (closes #2059.)
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 46f23078..44776ad7 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
max-parallel: 4
steps: