Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Feb 13, 2024
1 parent 5ae00e8 commit a789e0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
run: make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.8
if: matrix.python-version == 3.9
- name: Build docs 🏗️
run: make docs
if: matrix.python-version == 3.8
if: matrix.python-version == 3.9

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.7,<3.10
- pywps>=4.5.1,<4.6
- python>=3.7
- 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 @@
click
jinja2
psutil
pywps>=4.5.1,<4.6
pywps>=4.5.2,<4.7
29 changes: 0 additions & 29 deletions tox.ini

This file was deleted.

0 comments on commit a789e0a

Please sign in to comment.