Browse Source

chore(deps): bump python upper version

chore(docs): update python version requirement
master
roshii 2 months ago
parent
commit
ea9557ba69
  1. 2
      .github/workflows/unittests.yml
  2. 2
      README.md
  3. 2
      docs/INSTALL.md
  4. 2
      pyproject.toml

2
.github/workflows/unittests.yml

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-13, ubuntu-latest] os: [macos-13, ubuntu-latest]
python-version: ["3.9", "3.12"] python-version: ["3.9", "3.13"]
bitcoind-version: ["28.3", "29.2"] bitcoind-version: ["28.3", "29.2"]
steps: steps:

2
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`). 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.) (**macOS users**: Make sure that you have Homebrew and Apple's Command Line Tools installed.)

2
docs/INSTALL.md

@ -4,7 +4,7 @@
* [Installation on Windows](#installation-on-windows) * [Installation on Windows](#installation-on-windows)
* [Alternative/custom installation](#alternativecustom-installation) * [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 ### Notes on upgrading, binaries and compatibility

2
pyproject.toml

@ -7,7 +7,7 @@ name = "joinmarket"
version = "0.9.12dev" version = "0.9.12dev"
description = "Joinmarket client library for Bitcoin coinjoins" description = "Joinmarket client library for Bitcoin coinjoins"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9,<3.13" requires-python = ">=3.9,<3.14"
license = {file = "LICENSE"} license = {file = "LICENSE"}
dependencies = [ dependencies = [
"chromalog==1.0.5", "chromalog==1.0.5",

Loading…
Cancel
Save