Skip to content

Commit

Permalink
Require Python 3.9 & use Python 3 trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 7, 2024
1 parent 38f2829 commit da129b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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.8"
requires-python = ">=3.9"
dependencies = [
"cupy-cuda11x>=12.0.0",
"lazy_loader>=0.1",
Expand All @@ -45,10 +45,6 @@ classifiers = [
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[project.urls]
Expand Down

0 comments on commit da129b7

Please sign in to comment.