Skip to content

Commit

Permalink
Renamed build tests to build.yml. Testing python 3.8 dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
3benknight committed Jul 26, 2024
1 parent 163857f commit 9f6152f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "2.4.1"
description = "A global hydrologic modeling framework"
readme = "README.md"
readme-content-type = "text/markdown"
requires-python = ">=3.9"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{ name = "Chris R. Vernon", email = "chris.vernon@pnnl.gov" }
Expand Down

0 comments on commit 9f6152f

Please sign in to comment.