Skip to content

Commit

Permalink
build: py3.14 work
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Feb 18, 2025
1 parent 73ef8cd commit 595eae9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ allow-direct-references = true
dev-dependencies = [
# lint
"ruff",
"mypy[faster-cache]",
"mypy[faster-cache]; python_version < '3.14'",
"mypy; python_version >= '3.14'",
# test
"pytest",
"pytest-cov",
Expand All @@ -98,8 +99,8 @@ dev-dependencies = [
"black",
"pygments",
# Material Social addon
"cairosvg",
"pillow",
"cairosvg; python_version < '3.14'",
"pillow; python_version < '3.14'",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 595eae9

Please sign in to comment.