Skip to content

Commit 3f52c3c

Browse files
committed
maint: Actually enforce 3.11 in pyproject, to match other repos
1 parent 0661038 commit 3f52c3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tankersdk"
33
version = "0.0.0"
44
description = "Python client fo Tanker"
55
authors = [{ name = "Tanker team" }]
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"cffi >= 1.13.2, < 2.0.0a0",
99
"attrs >= 19.3.0, < 20.0.0a0",
@@ -17,7 +17,7 @@ description = "Python client fo Tanker"
1717
authors = ["Tanker team"]
1818

1919
[tool.poetry.dependencies]
20-
python = "^3.10"
20+
python = "^3.11"
2121
cffi = "^1.13.2"
2222
attrs = "^19.3.0"
2323
typing_extensions = "^3.7.4"

0 commit comments

Comments
 (0)