Skip to content

Commit 738a8dd

Browse files
committed
fix: Require python 3.9.2+ for cryptography lib
1 parent a41ff83 commit 738a8dd

2 files changed

Lines changed: 50 additions & 40 deletions

File tree

poetry.lock

Lines changed: 49 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = "BSD-3-Clause"
99
readme = "README.md"
10-
requires-python = ">=3.9,<4.0"
10+
requires-python = ">=3.9.2,<4.0"
1111

1212
dynamic = [ "classifiers" ]
1313

0 commit comments

Comments
 (0)