Skip to content

Commit a02e197

Browse files
authored
Merge pull request #28 from CadQuery/2.0-release
Set up for next release and update Python version pin
2 parents 468fe30 + cc5c327 commit a02e197

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- cadquery
55
dependencies:
6-
- python>=3.9,<=3.12
6+
- python>=3.10,<=3.13
77
- cadquery>=2.6.0
88
- pytest
99
- gmsh

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "assembly_mesh_plugin"
7-
version = "0.1.4"
7+
version = "0.2.0"
88
dependencies = [
99
"cadquery>=2.7.0",
1010
"gmsh",
1111
]
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
authors = [
1414
{ name="Jeremy Wright" }
1515
]

0 commit comments

Comments
 (0)