Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 90f2a72

Browse files
author
3np
committed
support python 3.13
1 parent 94660e7 commit 90f2a72

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-13, ubuntu-latest]
12-
python-version: ["3.9", "3.12"]
13-
bitcoind-version: ["29.2"]
12+
python-version:
13+
- "3.9"
14+
- "3.12"
15+
- "3.13"
16+
bitcoind-version: ["25.1", "29.0"]
1417

1518
steps:
1619
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "joinmarket"
77
version = "0.9.12dev"
88
description = "Joinmarket client library for Bitcoin coinjoins"
99
readme = "README.md"
10-
requires-python = ">=3.9,<3.13"
10+
requires-python = ">=3.9,<3.14"
1111
license = {file = "LICENSE"}
1212
dependencies = [
1313
"chromalog==1.0.5",

0 commit comments

Comments
 (0)