We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 468fe30 + cc5c327 commit a02e197Copy full SHA for a02e197
environment.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
- cadquery
5
dependencies:
6
- - python>=3.9,<=3.12
+ - python>=3.10,<=3.13
7
- cadquery>=2.6.0
8
- pytest
9
- gmsh
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
[project]
name = "assembly_mesh_plugin"
-version = "0.1.4"
+version = "0.2.0"
dependencies = [
"cadquery>=2.7.0",
10
"gmsh",
11
]
12
-requires-python = ">=3.9"
+requires-python = ">=3.10"
13
authors = [
14
{ name="Jeremy Wright" }
15
0 commit comments