From 706513ece9b55b7d03b39de69586d7b25eb926f7 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 19 Jun 2026 14:02:46 +0100 Subject: [PATCH] Updated python/rust/maturin versions --- .github/workflows/python.yaml | 2 +- .github/workflows/rust.yaml | 2 +- .python-version | 2 +- Cargo.toml | 2 +- devenv.nix | 2 +- pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 7e06217..49476a5 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] os: [ubuntu-latest, windows-latest] steps: diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 79a0a2e..3bc1024 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -24,7 +24,7 @@ jobs: - 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: | diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 diff --git a/Cargo.toml b/Cargo.toml index 1d5fa22..4cc8204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "read_aconity_layers" version = "0.4.10" -edition = "2021" +edition = "2024" [lib] name = "read_aconity_layers" diff --git a/devenv.nix b/devenv.nix index f41e163..c78df6d 100644 --- a/devenv.nix +++ b/devenv.nix @@ -25,7 +25,7 @@ languages = { python = { - version = "3.13"; + version = "3.14"; enable = true; uv = { enable = true; diff --git a/pyproject.toml b/pyproject.toml index c84e600..0581f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ ] [build-system] -requires = ["maturin>=1.7,<2.0"] +requires = ["maturin>=1.14,<2.0"] build-backend = "maturin" [tool.maturin]