Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1587: Requires Python <3.12

7e045c9ba4 Requires Python <3.12 (roshii)

Pull request description:

  Tests on Python 3.12 are failing.

  https://github.com/roshii/joinmarket-clientserver/actions/runs/6681650313/job/18155992988

  https://github.com/roshii/joinmarket-clientserver/actions/runs/6681650313/job/18155993117

ACKs for top commit:
  kristapsk:
    ACK 7e045c9ba4

Tree-SHA512: 1170d611431851ea881f4e255d82e7ed28019b8a6f36bbf5c46dc6799af5aaabf3eb329456bc837d75d57804392355e9357305c9a32a7d2c5730386138909680
master
Kristaps Kaupe 2 years ago
parent
commit
762952692a
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      pyproject.toml

2
pyproject.toml

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

Loading…
Cancel
Save