Skip to content

Commit

Permalink
Updated minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skielex committed Jul 18, 2024
1 parent 9f72fe1 commit 4d0a6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]

[project]
name = "structure-tensor"
requires-python = ">=3.8"
requires-python = ">=3.10"
version = "0.3.0"
authors = [{ name = "Niels Jeppesen", email = "[email protected]" }]
description = "Fast and simple to use 2D and 3D structure tensor implementation for Python."
Expand Down Expand Up @@ -32,7 +32,7 @@ cupy = ["cupy>=8"]

[tool.black]
line-length = 120
target-version = ['py39']
target-version = ['py310']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 4d0a6f9

Please sign in to comment.