diff options
author | Alexandre Flament <alex@al-f.net> | 2023-09-29 09:10:49 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-10-29 11:25:58 +0100 |
commit | 9aeae2142bfca4cdbf49d295ade4fcebec5693a5 (patch) | |
tree | e13031dab2b4b157cd9f7712e2a27909c412f413 /.github/workflows | |
parent | b63841f0a1a059a1567d91f8c5c9cb645eb1849d (diff) | |
download | searxng-9aeae2142bfca4cdbf49d295ade4fcebec5693a5.tar.gz searxng-9aeae2142bfca4cdbf49d295ade4fcebec5693a5.zip |
Add support for Python 3.12
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 9793d0a2c..8836aeefd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 |