Skip to content

Commit

Permalink
Require setuptools>=64, python>=3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roshii committed Jul 27, 2023
1 parent c46d977 commit a9d5c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "joinmarket"
version = "0.9.10dev"
description = "Joinmarket client library for Bitcoin coinjoins"
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
license = {file = "LICENSE"}
dependencies = [
"chromalog==1.0.5",
Expand Down

0 comments on commit a9d5c23

Please sign in to comment.