Browse Source

Requires Python <3.12

master
roshii 2 years ago
parent
commit
7e045c9ba4
  1. 2
      pyproject.toml

2
pyproject.toml

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

Loading…
Cancel
Save