Skip to content

Commit d513802

Browse files
Merge pull request #358 from ram-from-tvl/fix-failing-tests-python-312
Fix failing tests python 312
2 parents 43f6e85 + 8f4dfb9 commit d513802

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/branch_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
uses: openclimatefix/.github/.github/workflows/branch_ci.yml@main
1212
with:
1313
enable_typechecking: false
14+
test_python_versions: '["3.12"]'
1415
secrets: inherit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "analysis-dashboard"
77
version = "0.1.0"
88
description = "Analysis dashboard for OCF forecasting systems"
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.12.0,<3.13"
1111
dependencies = [
1212
"altair==5.5.0",
1313
"requests==2.32.3",

0 commit comments

Comments
 (0)