Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit f4d58ae

Browse files
committed
chore(deps): bump python upper version
chore(docs): update python version requirement
1 parent 94660e7 commit f4d58ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-13, ubuntu-latest]
12-
python-version: ["3.9", "3.12"]
12+
python-version: ["3.9", "3.13"]
1313
bitcoind-version: ["29.2"]
1414

1515
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download the latest [release](https://github.com/Joinmarket-Org/joinmarket-clien
3434

3535
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`).
3636

37-
JoinMarket requires Python >=3.8, <3.13 installed.
37+
JoinMarket requires Python >=3.8, <3.14 installed.
3838

3939
(**macOS users**: Make sure that you have Homebrew and Apple's Command Line Tools installed.)
4040

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* [Installation on Windows](#installation-on-windows)
55
* [Alternative/custom installation](#alternativecustom-installation)
66

7-
JoinMarket requires Python >=3.8, <3.13.
7+
JoinMarket requires Python >=3.8, <3.14.
88

99
### Notes on upgrading, binaries and compatibility
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "joinmarket"
77
version = "0.9.12dev"
88
description = "Joinmarket client library for Bitcoin coinjoins"
99
readme = "README.md"
10-
requires-python = ">=3.9,<3.13"
10+
requires-python = ">=3.9,<3.14"
1111
license = {file = "LICENSE"}
1212
dependencies = [
1313
"chromalog==1.0.5",

0 commit comments

Comments
 (0)