We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f6e85 + 8f4dfb9 commit d513802Copy full SHA for d513802
.github/workflows/branch_ci.yml
@@ -11,4 +11,5 @@ jobs:
11
uses: openclimatefix/.github/.github/workflows/branch_ci.yml@main
12
with:
13
enable_typechecking: false
14
+ test_python_versions: '["3.12"]'
15
secrets: inherit
pyproject.toml
@@ -7,7 +7,7 @@ name = "analysis-dashboard"
7
version = "0.1.0"
8
description = "Analysis dashboard for OCF forecasting systems"
9
readme = "README.md"
10
-requires-python = ">=3.12"
+requires-python = ">=3.12.0,<3.13"
dependencies = [
"altair==5.5.0",
"requests==2.32.3",
0 commit comments