From 5781f295631545eb63129efa7c55ad0ef3af37c7 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 6 Nov 2023 18:42:52 +0100 Subject: [PATCH] allow pywps 4.6.x --- .github/workflows/main.yml | 2 +- environment.yml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8daea57..2d497eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,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 repository and submodules uses: actions/checkout@v2 diff --git a/environment.yml b/environment.yml index 29b9620..4872e53 100644 --- a/environment.yml +++ b/environment.yml @@ -4,8 +4,8 @@ channels: - defaults dependencies: - pip -- python>=3.8,<3.11 -- pywps>=4.5.2,<4.6 +- python>=3.8 +- pywps>=4.5.2,<4.7 - jinja2 - click - psutil diff --git a/requirements.txt b/requirements.txt index c65a825..7241ddb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pywps>=4.5.2,<4.6 +pywps>=4.5.2,<4.7 jinja2 click psutil