Skip to content

Commit 5cf7f5b

Browse files
committed
Downgrade to python3.9 as a requirement.
Add testing against 3.9 and 3.10 to the github actions test workflow.
1 parent 039cf01 commit 5cf7f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python_version: ["3.11", "3.12"]
14+
python_version: ["3.9", "3.10", "3.11", "3.12"]
1515
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14"]
1616
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
1717

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
contentctl = 'contentctl.contentctl:main'
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.11"
13+
python = "^3.9"
1414
pydantic = "^2.5.1"
1515
PyYAML = "^6.0.1"
1616
requests = "~2.32.2"

0 commit comments

Comments
 (0)