summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-01-12 09:45:16 +0100
committerAlexandre Flament <alex@al-f.net>2021-01-12 09:45:16 +0100
commitf5c3cb7afafc3d25380e681230263320ddcbbdfa (patch)
tree153ef85810aa09f080fa4e246cb4a4ec52d782c1 /.github
parent8d0312d014f09fad2133b6e6c6b597cc08e4daf0 (diff)
downloadsearxng-f5c3cb7afafc3d25380e681230263320ddcbbdfa.tar.gz
searxng-f5c3cb7afafc3d25380e681230263320ddcbbdfa.zip
[mod] drop Python 3.5 support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index cff8854b9..aceee3b69 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: [3.5, 3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8]
steps:
- name: Checkout
uses: actions/checkout@v2