From 7e045c9ba44ba8ab7e98db800e529cd8f6389eb2 Mon Sep 17 00:00:00 2001 From: roshii Date: Sun, 29 Oct 2023 10:08:12 +0100 Subject: [PATCH] Requires Python <3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24ba78c..98da379 100644 --- a/pyproject.toml +++ b/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",