diff --git a/environment.yml b/environment.yml index 0c8ce5d..9db2028 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - cadquery dependencies: - - python>=3.9,<=3.12 + - python>=3.10,<=3.13 - cadquery>=2.6.0 - pytest - gmsh diff --git a/pyproject.toml b/pyproject.toml index 233ad32..5ffacb5 100644 --- a/pyproject.toml +++ b/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", "gmsh", ] -requires-python = ">=3.9" +requires-python = ">=3.10" authors = [ { name="Jeremy Wright" } ]