Skip to content

Commit e9cf59c

Browse files
author
Simon Rit
committed
ENH: Upgrade required Python and CMake version in pyproject.toml
ITK no longer produced Python 3.8 packages. CMake 3.22.1 is required since InsightSoftwareConsortium/ITK:2fd36ab3a6871340c1defd5a69dc657a81bb8134.
1 parent e42b5be commit e9cf59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3737
dependencies = [
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``.

0 commit comments

Comments
 (0)