summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-11-23 13:22:01 +0200
committerGitHub <noreply@github.com>2022-11-23 13:22:01 +0200
commiteb647ba3fa0ba580c4a44b9507f5e74c037a1f0c (patch)
treeafaf5ae5db4a6a6bacf6156f23250399bf405c86 /.github
parent5fcc2535f96bfce9c1a1ecf9d19a976b9bf6ab6b (diff)
downloadbabel-eb647ba3fa0ba580c4a44b9507f5e74c037a1f0c.tar.gz
Drop support for EOL Python 3.6 (#919)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f8764b5..4915816 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "windows-2022", "macos-11"]
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
BABEL_CLDR_QUIET: "1"