From ea9557ba6979696acc6b58767d2da96313037a04 Mon Sep 17 00:00:00 2001 From: roshii Date: Thu, 23 Oct 2025 08:15:21 +0200 Subject: [PATCH] chore(deps): bump python upper version chore(docs): update python version requirement --- .github/workflows/unittests.yml | 2 +- README.md | 2 +- docs/INSTALL.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index e75e390..78f793a 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [macos-13, ubuntu-latest] - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.13"] bitcoind-version: ["28.3", "29.2"] steps: diff --git a/README.md b/README.md index b50a8de..b3caa4b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Download the latest [release](https://github.com/Joinmarket-Org/joinmarket-clien Make sure to validate the signature on the tar/zip file provided with the [release](https://github.com/Joinmarket-Org/joinmarket-clientserver/releases) (or check the signature in git if you install that way using `git log --show-signature`). -JoinMarket requires Python >=3.8, <3.13 installed. +JoinMarket requires Python >=3.8, <3.14 installed. (**macOS users**: Make sure that you have Homebrew and Apple's Command Line Tools installed.) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ebcb294..b8bc17d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -4,7 +4,7 @@ * [Installation on Windows](#installation-on-windows) * [Alternative/custom installation](#alternativecustom-installation) -JoinMarket requires Python >=3.8, <3.13. +JoinMarket requires Python >=3.8, <3.14. ### Notes on upgrading, binaries and compatibility diff --git a/pyproject.toml b/pyproject.toml index 398d2f9..2d31de3 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.9,<3.13" +requires-python = ">=3.9,<3.14" license = {file = "LICENSE"} dependencies = [ "chromalog==1.0.5",