From 0b698680f52232abf836f314e957d2cfb1d4a3d8 Mon Sep 17 00:00:00 2001 From: avdata99 Date: Tue, 8 Oct 2024 16:14:14 -0300 Subject: [PATCH] Add Python 3.11 and propose to update internal extensions --- .github/workflows/test.yml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 518b1f2..a9b08e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11"] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index cfef591..5022478 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ckanserviceprovider==1.2.0 -requests==2.31.0 +requests==2.32.3 diff --git a/setup.py b/setup.py index 0c9c7d6..6227a57 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def _get_description(): setup( name="ckan-clamav-service", - version="0.5.0", + version="0.6.0", author="OKFN", license="AGPL-3.0", url="https://github.com/okfn/ckan-clamav-service",