Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ workflow: .python: image: python:3.9 image: python:3.10 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/cache/pkg PIP_NO_COMPILE: "true" Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ include = [ Issues = "https://code.kodo.org.uk/dom/behave-utils/-/issues" [tool.poetry.dependencies] python = "~=3.9" python = "~=3.10" behave = "~=1.2" jsonpath-python = "~=1.0" orjson = "~=3.6" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ workflow: .python: image: python:3.9 image: python:3.10 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/cache/pkg PIP_NO_COMPILE: "true" Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ include = [ Issues = "https://code.kodo.org.uk/dom/behave-utils/-/issues" [tool.poetry.dependencies] python = "~=3.9" python = "~=3.10" behave = "~=1.2" jsonpath-python = "~=1.0" orjson = "~=3.6" Loading