We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42b5be commit 4004803Copy full SHA for 4004803
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -33,7 +33,7 @@ classifiers = [
33
"Topic :: Scientific/Engineering :: Medical Science Apps.",
34
"Topic :: Software Development :: Libraries",
35
]
36
-requires-python = ">=3.8"
+requires-python = ">=3.9"
37
dependencies = [
38
"itk == 5.4.*",
39
@@ -46,7 +46,7 @@ Homepage = "{{ cookiecutter.download_url }}"
46
# The versions of CMake to allow. If CMake is not present on the system or does
47
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
48
# string will disable this check.
49
-cmake.version = ">=3.16.3"
+cmake.version = ">=3.22.1"
50
51
# A list of args to pass to CMake when configuring the project. Setting this in
52
# config or envvar will override toml. See also ``cmake.define``.
0 commit comments