Skip to content

Commit

Permalink
fix test suite to include 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed May 5, 2024
1 parent b30eea0 commit 8da75e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/hsp2-pip-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
test-pytest:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
test-cmd:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -43,7 +44,7 @@ keywords = [
"python",
]
license = {file = "LICENSE"}
requires-python = ">=3.10"
requires-python = ">=3.9"

[project.optional-dependencies]
slim = ["numba", "pandas"]
Expand Down

0 comments on commit 8da75e9

Please sign in to comment.