Skip to content

Commit

Permalink
build(python): bump minimum python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Oct 29, 2024
1 parent e8880bc commit bff8df0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
os:
- macos-13
- ubuntu-22.04
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down
61 changes: 6 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repository = "https://github.com/cytomining/pycytominer"
include = [ { path = "poetry.lock", format = "sdist" } ]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.9,<3.12"
numpy = ">=1.16.5"
scipy = ">=1.5"
pandas = ">=1.2.0"
Expand Down

0 comments on commit bff8df0

Please sign in to comment.