Skip to content

Commit edfe4ab

Browse files
committed
ENH: Update minimum versions supported to 3.9
Update documentation to only include valid python versions.
1 parent 9a956c0 commit edfe4ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Build_ITK_Python_packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ automated. The following sections outline how to use the associated scripts.
2121
Linux
2222
-----
2323

24-
On any linux distribution with docker and bash installed, running the script dockcross-manylinux-build-wheels.sh will create 64-bit wheels for both python 2.x and python 3.x in the dist directory.
24+
On any linux distribution with docker and bash installed, running the script dockcross-manylinux-build-wheels.sh will create 64-bit wheels for python 3.9+ in the dist directory.
2525

2626
For example::
2727

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Versions can be restricted by passing them in as arguments to the script.
1111
# For example,
1212
#
13-
# scripts/macpython-build-module-wheels.sh 3.7 3.9
13+
# scripts/macpython-build-module-wheels.sh 3.9 3.11
1414
# Shared libraries can be included in the wheel by exporting them to DYLD_LIBRARY_PATH before
1515
# running this script.
1616
#

scripts/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Topic :: Scientific/Engineering :: Medical Science Apps.",
4040
"Topic :: Software Development :: Libraries",
4141
]
42-
requires-python = ">=3.8"
42+
requires-python = ">=3.9"
4343
dependencies = [
4444
@PYPROJECT_DEPENDENCIES@
4545
]

0 commit comments

Comments
 (0)