Skip to content

Commit

Permalink
better python version dependencies and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 9, 2024
1 parent 5c5a778 commit 782d4d0
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_py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.5.1"
description = "A rusty mutex watershed"
readme = "README.md"

requires-python = ">=3.11"
requires-python = ">=3.9"
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 782d4d0

Please sign in to comment.