Skip to content

Commit

Permalink
fix(pyproject): Pin python correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Mar 3, 2025
1 parent 9c5bbac commit 4ede138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "airflow-dags"
dynamic = ["version"] # Set automtically using git: https://setuptools-git-versioning.readthedocs.io/en/stable/
description = "Airflow DAGs for running Open Climate Fix's production pipelines"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = "3.12.0"
requires-python = ">=3.12.0,<3.13"
license = {text = "MIT License"}
authors = [
{ name = "Open Climate Fix Team", email = "[email protected]" },
Expand Down

0 comments on commit 4ede138

Please sign in to comment.