Skip to content

Commit 6e93194

Browse files
committed
Merge remote-tracking branch 'origin/uv' into uv
2 parents a860822 + 4b3ed3e commit 6e93194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=64", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -75,7 +75,7 @@ ogcore = [
7575

7676
[tool.ruff]
7777
line-length = 79
78-
target-version = "py312"
78+
target-version = "py311"
7979

8080
[tool.ruff.lint]
8181
select = ["E", "F", "W"]

0 commit comments

Comments
 (0)