Skip to content

Commit 35e6f28

Browse files
committed
Merge JoinMarket-Org#1707: Bump compatible Python version to 3.12
12d6b5a Bump compatible Python version to 3.12 (Simon Castano) Pull request description: Resolves JoinMarket-Org#1589 ACKs for top commit: kristapsk: ACK 12d6b5a Tree-SHA512: 824e50d7587a2c2b7fd0dae7820e2f2dcac1da96bf36e544e9e99d210cd0fee0ada899e0c2f7a77b83caf8a39b54288a94815d379ff663bfdd78a5a641563cf0
2 parents d7a5707 + 12d6b5a commit 35e6f28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/unittests.yml

+1-1
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.8", "3.11"]
12+
python-version: ["3.8", "3.12"]
1313
bitcoind-version: ["0.18.0", "27.0"]
1414

1515
steps:

README.md

+1-1
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.9, 3.10 or 3.11 installed.
37+
JoinMarket requires Python >=3.8, <3.13 installed.
3838

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

docs/INSTALL.md

+1-1
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.9, 3.10 or 3.11.
7+
JoinMarket requires Python >=3.8, <3.13.
88

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

pyproject.toml

+1-1
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.8,<3.12"
10+
requires-python = ">=3.8,<3.13"
1111
license = {file = "LICENSE"}
1212
dependencies = [
1313
"chromalog==1.0.5",

0 commit comments

Comments
 (0)