Skip to content

Commit

Permalink
change version targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Nov 8, 2023
1 parent 60b5972 commit 82b380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev = ["pytest", "pytest-cov", "mypy", "ruff"]
version = { attr = "funlib.geometry.__version__" }

[tool.black]
target_version = ['py38', 'py39', 'py310']
target_version = ['py39', 'py310', 'py311']

[tool.setuptools.packages.find]
include = ["funlib.geometry*"]
Expand Down

0 comments on commit 82b380a

Please sign in to comment.