Skip to content

Commit

Permalink
remove python 3.8 compatibility (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Nov 4, 2024
1 parent e2e4d29 commit 4161fe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# matrixed execution for parallel gh-action performance increases
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
env:
Expand Down
45 changes: 2 additions & 43 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 @@ -16,7 +16,7 @@ documentation = "https://cytomining.github.io/CytoTable/"
keywords = [ "python", "cellprofiler", "single-cell-analysis", "way-lab" ]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.9,<3.13"
pyarrow = ">=13.0.0"
cloudpathlib = { extras = [ "all", "s3" ], version = "^0.18.0" }
duckdb = ">=0.8.0,!=0.10.0,>=0.10.1"
Expand Down

0 comments on commit 4161fe5

Please sign in to comment.