From 877c42e1389c2d80214d2db94a153ff62db50187 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 | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 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 96b9054..5022478 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -ckanserviceprovider==1.1.0 -requests==2.27.1 +ckanserviceprovider==1.2.0 +requests==2.32.3 diff --git a/setup.py b/setup.py index 0106be9..6227a57 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def _get_description(): setup( name="ckan-clamav-service", - version="0.4.0", + version="0.6.0", author="OKFN", license="AGPL-3.0", url="https://github.com/okfn/ckan-clamav-service",