diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-08 10:01:32 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-08 10:03:12 +0200 |
commit | 7bd9cd51d0d77f652a23fb9d70c97fedb5af184d (patch) | |
tree | d8b9735f95ece7941b23410dfff57ca615cfe510 /.github/workflows | |
parent | 77fba5d51d354b5c326816190e9eb0d2c05922d0 (diff) | |
download | searxng-7bd9cd51d0d77f652a23fb9d70c97fedb5af184d.tar.gz searxng-7bd9cd51d0d77f652a23fb9d70c97fedb5af184d.zip |
integration.yml : python 3.10
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 85b225a5a..3919b0194 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.0-rc.2"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - name: Checkout uses: actions/checkout@v2 |