From 4260b0aa3067d0f1e93f11ddfc11af5d8c589936 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 11 Aug 2026 10:47:20 +0200 Subject: [PATCH] Upgrade to Python 3.10 --- .github/workflows/CI.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3e109e8..b3dba82 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,7 +69,7 @@ jobs: fail-fast: false max-parallel: 16 matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.10", "3.14"] os: - ubuntu-latest - windows-latest diff --git a/pyproject.toml b/pyproject.toml index 9ac2da0..414baa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" name = "keyringrs" description = "Python bindings for the Rust keyring crate" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = { text = "Apache-2.0 OR MIT" } license-files = ["LICENSE-APACHE", "LICENSE-MIT"] authors = [