Bump compatible Python version to 3.13

This commit is contained in:
3np 2025-09-24 11:10:03 +00:00
parent e4e5ba97d3
commit 3de416a660

View file

@ -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.13"
requires-python = ">=3.8,<3.14"
license = {file = "LICENSE"}
dependencies = [
"chromalog==1.0.5",