diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-11-04 14:28:46 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-11-04 14:28:46 +0000 |
commit | 7101c5ecf2bcdc17b9050512c83c57cf721a451d (patch) | |
tree | 2d782efaa3f0942912a685ead5218a1a1476f776 | |
parent | 46aaa57cfe97cac6330dad6df6e483981d734a0a (diff) | |
download | searxng-7101c5ecf2bcdc17b9050512c83c57cf721a451d.tar.gz searxng-7101c5ecf2bcdc17b9050512c83c57cf721a451d.zip |
GH workflow: add Python 3.11
-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 474d69ffc..1b3085a5d 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.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - name: Checkout uses: actions/checkout@v2 |