Verified Commit 6e713678 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump minimum Python to 3.10

parent 3fb45387
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"