Skip to content

Commit

Permalink
Drop Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 21, 2024
1 parent ef99071 commit 39b8295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ dependencies:
py: "3.8"
packages:
- python=3.8
- matrix:
py: "3.9"
packages:
- python=3.9
- matrix:
py: "3.10"
packages:
Expand Down
4 changes: 2 additions & 2 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors = [
{ name = "NVIDIA Corporation" },
]
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"click",
"cupy-cuda11x>=12.0.0",
Expand Down Expand Up @@ -177,7 +177,7 @@ order-by-type = true

[tool.black]
line-length = 80
target-version = ["py39"]
target-version = ["py310"]
include = '\.py?$'
exclude = '''
/(
Expand Down

0 comments on commit 39b8295

Please sign in to comment.