There was an error while loading. Please reload this page.
1 parent 94660e7 commit 1326667Copy full SHA for 1326667
2 files changed
.github/workflows/unittests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [macos-13, ubuntu-latest]
12
- python-version: ["3.9", "3.12"]
+ python-version: ["3.9", "3.13"]
13
bitcoind-version: ["29.2"]
14
15
steps:
pyproject.toml
@@ -7,7 +7,7 @@ name = "joinmarket"
7
version = "0.9.12dev"
8
description = "Joinmarket client library for Bitcoin coinjoins"
readme = "README.md"
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.9,<3.14"
license = {file = "LICENSE"}
dependencies = [
"chromalog==1.0.5",
0 commit comments