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