From 56254322a09ecdacc7a8e3a751113d1574c8176d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 8 Apr 2026 22:53:56 -0400 Subject: [PATCH] Add claiming support for 3.14 and testing against it --- .github/workflows/unittests.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 500982c..b2ee9e3 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - os: macos-latest python-version: "3.9" diff --git a/pyproject.toml b/pyproject.toml index 26b7374..8b5a6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', ] keywords = ["git-annex", "remote"]