Skip to content

Commit f36a6c3

Browse files
authored
Merge pull request #773 from pypa/flit-init-lt5
Allow flit_core 4.x in projects newly set up with 'flit init'
2 parents 0346ad8 + dc2c88c commit f36a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flit/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def initialise(self):
236236

237237
TEMPLATE = """\
238238
[build-system]
239-
requires = ["flit_core >=3.11,<4"]
239+
requires = ["flit_core >=3.11,<5"]
240240
build-backend = "flit_core.buildapi"
241241
242242
[project]

0 commit comments

Comments
 (0)