Browse Source

Relax build-system requirement

Thomas Kluyver 1 năm trước cách đây
mục cha
commit
1eeacf451b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [build-system]
-requires = ["flit_core >=3.2.0,<3.3"]
+requires = ["flit_core >=3.2.0,<4"]
 build-backend = "flit_core.buildapi"
 
 [project]