Skip to content

MQT Core 2.4.2 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 15:27
· 937 commits to refs/heads/main since this release
63051e8

👀 What Changed

Small patch release with updated reusable workflow. Apple Silicon runners now also support Python 3.8 and 3.9.
Python tests are now run on:

  • all supported Python versions on Ubuntu
  • the minimum and maximum supported version on macOS (Intel + arm64) and Windows.

This means that, e.g., for a library that supports Python 3.8 to 3.12, 5+2+2+2=11 test runs will be started and will produce coverage reports. If you update to the new version of the workflows, make sure to adjust the codecov config.

📄 Documentation

🤖 CI

  • 👷🔧🍎 enable Python 3.8+ tests on macos-14 runners @burgholzer (#597)

⬆️ Dependencies

Full Changelog: v2.4.1...v2.4.2