Skip to content

Commit 9e5bbec

Browse files
authored
only depend on backports-strenum on Python < 3.11 (#1309)
1 parent d5ccb86 commit 9e5bbec

2 files changed

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ backoff = ">=1.10.0,<3.0"
2020
attrs = ">=21.2,<24.0"
2121
boto3 = "^1.18.59"
2222
warrant-lite = "^1.0.4"
23-
backports-strenum = "^1.2.4"
23+
backports-strenum = { version = "^1.2.4", python = "<3.11" }
2424

2525
[tool.poetry.dev-dependencies]
2626
tox = "^4.16"

0 commit comments

Comments
 (0)