diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-23 09:45:19 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-23 10:09:23 +0100 |
commit | cb1b6686f0c7f73ff4b8d4302921a4ca1a9db8c8 (patch) | |
tree | c128bb8ba92d3290910ce050a3d717c79a35809b /.github/workflows | |
parent | fe751b0ee8af955390ed4caf56e2c9b267f5caa3 (diff) | |
download | searxng-cb1b6686f0c7f73ff4b8d4302921a4ca1a9db8c8.tar.gz searxng-cb1b6686f0c7f73ff4b8d4302921a4ca1a9db8c8.zip |
[ci] drop Python 3.6
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3919b0194..8b8680688 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - name: Checkout uses: actions/checkout@v2 |