From 3de416a660b347d70b1faa2ba92deaf7216f673c Mon Sep 17 00:00:00 2001 From: 3np <3np@example.com> Date: Wed, 24 Sep 2025 11:10:03 +0000 Subject: [PATCH] Bump compatible Python version to 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19b3ae28..50f351c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "joinmarket" version = "0.9.12dev" description = "Joinmarket client library for Bitcoin coinjoins" readme = "README.md" -requires-python = ">=3.8,<3.13" +requires-python = ">=3.8,<3.14" license = {file = "LICENSE"} dependencies = [ "chromalog==1.0.5",