File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
3333 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3434 " Topic :: Software Development :: Libraries" ,
3535]
36- requires-python = " >=3.8 "
36+ requires-python = " >=3.9 "
3737dependencies = [
3838 " itk == 5.4.*" ,
3939]
@@ -46,7 +46,7 @@ Homepage = "{{ cookiecutter.download_url }}"
4646# The versions of CMake to allow. If CMake is not present on the system or does
4747# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4848# string will disable this check.
49- cmake.version = " >=3.16.3 "
49+ cmake.version = " >=3.22.1 "
5050
5151# A list of args to pass to CMake when configuring the project. Setting this in
5252# config or envvar will override toml. See also ``cmake.define``.
You can’t perform that action at this time.
0 commit comments