Skip to content

Commit

Permalink
build(python): update to to wasmtime>=13.0.2
Browse files Browse the repository at this point in the history
Requires Python >= 3.8.
  • Loading branch information
thewtex committed Sep 29, 2023
1 parent 44dcbc9 commit dcf8459
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"wasi",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"importlib_resources",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -31,7 +30,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"itkwasm-compare-images-wasi >= 1.0.1; sys_platform != \"emscripten\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"wasi",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"importlib_resources",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -31,7 +30,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"itkwasm-compress-stringify-wasi; sys_platform != \"emscripten\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/itkwasm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""itkwasm: Python interface to itk-wasm WebAssembly modules."""

__version__ = "1.0b142"
__version__ = "1.0b145"

from .interface_types import InterfaceTypes
from .image import Image, ImageType
Expand Down
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy",
"typing_extensions",
"wasmtime < 13.0.0; sys_platform != \"emscripten\"",
"wasmtime >= 13.0.2; sys_platform != \"emscripten\"",
"importlib_metadata; python_version < \"3.10\"",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "test-accelerator"
license = "Apache-2.0"
version = "0.0.1"

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0b82",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
]
Expand Down
3 changes: 1 addition & 2 deletions packages/dicom/python/itkwasm-dicom-wasi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ keywords = [
"wasi",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"importlib_resources",
Expand Down
3 changes: 1 addition & 2 deletions packages/dicom/python/itkwasm-dicom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -31,7 +30,7 @@ keywords = [
"emscripten",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",
"itkwasm-dicom-wasi; sys_platform != \"emscripten\"",
Expand Down
3 changes: 1 addition & 2 deletions src/bindgen/python/resources/template.pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -29,7 +28,7 @@ keywords = [
"webassembly",@bindgenKeywords@
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"itkwasm >= 1.0.b131",@bindgenDependencies@
]
Expand Down

0 comments on commit dcf8459

Please sign in to comment.