Update Toolchains (uv, ty, python, maturin, rust 2024) (#69)

* WIP: Fixed non-deterministic test error

* Updated tooling to use uv/ty instead of poetry/mypy

* Updated python/rust/maturin versions

* Added mac os to testing pipelines

* Properly enforced fixed with csv reading

* Minor tweaks for maintainability

* Minor version bump

* track npz files with git-lfs

* fix: add macos dynamic lookup linker flags for pyo3
This commit is contained in:
2026-06-19 14:33:18 +01:00
committed by GitHub
parent ea80b0a544
commit ada32e43a9
22 changed files with 1792 additions and 2062 deletions
+2 -2
View File
@@ -17,14 +17,14 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |