Skip to content

Commit

Permalink
Add Python 3.11 and propose to update internal extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 8, 2024
1 parent ab1e32f commit 877c42e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ckanserviceprovider==1.1.0
requests==2.27.1
ckanserviceprovider==1.2.0
requests==2.32.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 877c42e

Please sign in to comment.