Skip to content

Commit 7995583

Browse files
fix: python version causing cicd issues with github
1 parent 1e8d28e commit 7995583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arpa-exporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "../README.md"
66
package-mode = false
77

88
[tool.poetry.dependencies]
9-
python = "^3.13"
9+
python = "^3.12"
1010
boto3 = "^1.37.13"
1111
ddtrace = "^2.21.3"
1212
structlog = "^25.2.0"

0 commit comments

Comments
 (0)