Skip to content

Commit b07ed57

Browse files
committed
Pin testcontaines for python 3.10 too
1 parent 74e35b5 commit b07ed57

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
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
@@ -64,8 +64,8 @@ types-python-slugify = "^8.0.0.3"
6464
invoke = "^2.2.0"
6565
towncrier = "^24.8.0"
6666
infrahub-testcontainers = [
67-
{ version = "^1.2.2", python = ">=3.10" },
68-
{ version = "1.1.9", python = "3.9" },
67+
{ version = "^1.2.2", python = ">=3.11" },
68+
{ version = "1.1.9", python = "<3.11" },
6969
]
7070

7171
astroid = "~3.1"

0 commit comments

Comments
 (0)