Skip to content

Commit

Permalink
feat(build): bump minimum python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jul 30, 2024
1 parent 0f32bc7 commit 9a00fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.12"]

runs-on: ubuntu-latest
steps:
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 @@ authors = [
{name = "Rick Nitsche for the CHIME Collaboration", email = "[email protected]"}
]
description = "CHIME dataset (comet) ORM"
requires-python = ">=3.8"
requires-python = ">=3.9"
dynamic = ["readme", "version"]
license = {file = "LICENSE"}
dependencies = [
Expand Down

0 comments on commit 9a00fd2

Please sign in to comment.