Skip to content

Commit bf86b7c

Browse files
committed
Had trouble installing and running on Python 3.13 without these fixes
1 parent cd588aa commit bf86b7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ build-backend = "setuptools.build_meta"
66
name = "CQ-editor"
77
version = "0.6.dev0"
88
dependencies = [
9-
"cadquery==2.5.2",
9+
"cadquery",
1010
"pyqtgraph",
1111
"qtawesome==1.4.0",
1212
"path",
1313
"logbook",
1414
"requests",
15-
"qtconsole>=5.5.1,<5.7.0"
15+
"qtconsole>=5.5.1,<5.7.0",
16+
"setuptools"
1617
]
17-
requires-python = ">=3.10,<=3.13"
18+
requires-python = ">=3.10,<=3.14"
1819
authors = [
1920
{ name="CadQuery Developers" }
2021
]

0 commit comments

Comments
 (0)