From 35544e2fc6eed0ce4a27ec7285aac71ff0ddc473 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 29 Feb 2020 15:45:08 +0100 Subject: Remove Python 2 compatibility (#1348) * Remove Python 2 compatibility * remove 2/3 shims in pygments.util * update setup.py metadata * Remove unneeded object inheritance. * Remove unneeded future imports. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4c90115..f95482c7 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, 3.8, pypy2, pypy3] + python-version: [3.5, 3.6, 3.7, 3.8, pypy3] steps: - uses: actions/checkout@v1 -- cgit v1.2.1