Skip to content

Commit c24babe

Browse files
fix: Upper limit for flit version (#250)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b566f15 commit c24babe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/250.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Upper limit for flit version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.2,<3.11"]
33
build-backend = "flit_core.buildapi"
44

55
[project]

0 commit comments

Comments
 (0)