Skip to content

Commit

Permalink
Merge #1707: Bump compatible Python version to 3.12
Browse files Browse the repository at this point in the history
12d6b5a Bump compatible Python version to 3.12 (Simon Castano)

Pull request description:

  Resolves #1589

ACKs for top commit:
  kristapsk:
    ACK 12d6b5a

Tree-SHA512: 824e50d7587a2c2b7fd0dae7820e2f2dcac1da96bf36e544e9e99d210cd0fee0ada899e0c2f7a77b83caf8a39b54288a94815d379ff663bfdd78a5a641563cf0
  • Loading branch information
kristapsk committed May 19, 2024
2 parents d7a5707 + 12d6b5a commit 35e6f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-13, ubuntu-latest]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]
bitcoind-version: ["0.18.0", "27.0"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9, 3.10 or 3.11 installed.
JoinMarket requires Python >=3.8, <3.13 installed.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [Installation on Windows](#installation-on-windows)
* [Alternative/custom installation](#alternativecustom-installation)

JoinMarket requires Python 3.8, 3.9, 3.10 or 3.11.
JoinMarket requires Python >=3.8, <3.13.

### Notes on upgrading, binaries and compatibility

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12"
requires-python = ">=3.8,<3.13"
license = {file = "LICENSE"}
dependencies = [
"chromalog==1.0.5",
Expand Down

0 comments on commit 35e6f28

Please sign in to comment.