Skip to content

Commit

Permalink
Found two more traces with Python 3.8 to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Dec 18, 2024
1 parent 8112acb commit 427441a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ def get_default_platform_machine() -> str:
"2.10.0": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.1": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.2": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.3": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.4": ["3.8", "3.9", "3.10", "3.11", "3.12"],
}

DB_RESET = False
Expand Down
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
"cryptography>=41.0.0",
"deprecated>=1.2.13",
"dill>=0.2.2",
# Required for python 3.8 and 3.9 to work with new annotations styles. Check package
# Required for python 3.9 to work with new annotations styles. Check package
# description on PyPI for more details: https://pypi.org/project/eval-type-backport/
# see https://github.com/pydantic/pydantic/issues/10958
'eval-type-backport>=0.2.0;python_version<"3.10"',
Expand Down

0 comments on commit 427441a

Please sign in to comment.