Skip to content

Commit

Permalink
Also try re-adding Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
plimkilde committed Mar 25, 2024
1 parent 5503125 commit 7c9427d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Derived datasets suchs as DEMs and vector geometries can be extracted from a poi

## Requirements ##

DHMQC is currently supported on Windows and Linux, with Python versions 3.9, 3.10, 3.11 and 3.12. The recommended way
of installing DHMQC is using a Conda environment.
DHMQC is currently supported on Windows and Linux, with Python versions 3.8 through 3.12. The recommended way of
installing DHMQC is using a Conda environment.

Installation requires a C and C++ compiler. Currently, only `gcc`/`g++` are supported (on Windows via MinGW-w64).

Expand Down

0 comments on commit 7c9427d

Please sign in to comment.