Skip to content

Commit 31917e5

Browse files
committed
Update build backend
1 parent bffb98d commit 31917e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ samples/private
136136

137137
*.html
138138
*.sqlite-journal
139+
scratch.py

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling>=1.8.1",
3+
"hatchling>=1.27.0",
44
]
55
build-backend = "hatchling.build"
66

@@ -59,7 +59,7 @@ dependencies = [
5959

6060
[project.optional-dependencies]
6161
build = [
62-
"hatch",
62+
"hatch>1.14.0",
6363
"myst-parser[linkify]",
6464
"nose",
6565
"pytest",

0 commit comments

Comments
 (0)