Skip to content

Commit

Permalink
Merge pull request #236 from roocs/update-pywps
Browse files Browse the repository at this point in the history
allow pywps 4.6.x
  • Loading branch information
cehbrecht authored Nov 6, 2023
2 parents 87092d4 + 5781f29 commit d3ee615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pywps>=4.5.2,<4.6
pywps>=4.5.2,<4.7
jinja2
click
psutil
Expand Down

0 comments on commit d3ee615

Please sign in to comment.