Skip to content

Commit

Permalink
Require Python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 18, 2024
1 parent 753073c commit 00edfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"h5py >=2.10",
"htmlgen",
]
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = ["License :: OSI Approved :: BSD License"]
dynamic = ["version", "description"]

Expand Down

0 comments on commit 00edfb7

Please sign in to comment.