Skip to content

Commit c74e7fb

Browse files
committed
Pin testcontaines for python 3.10 too
1 parent fa87fc0 commit c74e7fb

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
@@ -65,8 +65,8 @@ types-python-slugify = "^8.0.0.3"
6565
invoke = "^2.2.0"
6666
towncrier = "^24.8.0"
6767
infrahub-testcontainers = [
68-
{ version = "^1.2.2", python = ">=3.10" },
69-
{ version = "1.1.9", python = "3.9" },
68+
{ version = "^1.2.2", python = ">=3.11" },
69+
{ version = "1.1.9", python = "<3.11" },
7070
]
7171

7272
astroid = "~3.1"

0 commit comments

Comments
 (0)