diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-12 09:53:26 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-12 09:53:26 +0100 |
commit | d54034a5e6437ad5983228ff8af071f2293f0d2c (patch) | |
tree | f15dfa7a7258c1d468fb7c9261a4ac6a83f66878 /.github | |
parent | f5c3cb7afafc3d25380e681230263320ddcbbdfa (diff) | |
download | searxng-d54034a5e6437ad5983228ff8af071f2293f0d2c.tar.gz searxng-d54034a5e6437ad5983228ff8af071f2293f0d2c.zip |
[mod] add Python 3.9 support
Diffstat (limited to '.github')
-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 aceee3b69..ad3e941a7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Checkout uses: actions/checkout@v2 |