Skip to content

Commit

Permalink
Add build dependency, remove wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed May 24, 2024
1 parent 6cd3237 commit 3b996a6
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
@@ -1,7 +1,7 @@
[build-system]
requires = [
"build",
"setuptools >= 42",
"wheel",
"setuptools_scm[toml]>=3.4"
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -53,5 +53,5 @@ ignore = [
"SIM117", # flake8-simplify - some of merged with statements are not looking great with black, reanble after drop python 3.9
]

target-version = "py38"
target-version = "py312"
fix = true

0 comments on commit 3b996a6

Please sign in to comment.