Installation#

You can find all versions and supported platforms of wayflowcore in the Package Index .

For example, if you want to install wayflowcore 25.4.1:

pip install "wayflowcore==25.4.1"

Installing with pip pulls prebuilt binary wheels on supported platforms.

The list below shows the package versions used in the CI environment, with Business Approval requests filed for each as part of the release process. constraints.txt

If you want to install wayflowcore with exactly these package versions, download the file and run:

pip install "wayflowcore==25.4.1"  -c constraints.txt

Supported Platforms#

wayflowcore strives for compatibility with major platforms and environments, where it is possible.

Operation systems and CPU architectures#

OS / CPU Architecture

x86-64 Support

ARM64 Support

Linux

Supported

Untested

MacOS

Supported

Supported

Python version#

Python version

Support

Python 3.9

Unsupported

Python 3.10

Supported

Python 3.11

Supported

Python 3.12

Supported

Python 3.13

Supported

Package manager#

Package Manager

Support

pip

Supported

conda

Untested

Python implementation#

Implementation

Support

CPython

Supported

PyPy

Untested

What do Supported, Untested and Unsupported mean?

  • Unsupported: The package or one of its dependencies is not compatible with the Python version.

  • Untested: The package and its dependencies are compatible with the Python version, but they are not tested.

  • Supported: The package and its dependencies are compatible with the Python version, and the package is tested on that version.