Drop Python 3.9 Support#600
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #600 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 13 13
Lines 1125 1125
=======================================
Hits 1055 1055
Misses 70 70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kaxil
approved these changes
Oct 27, 2025
Contributor
kaxil
left a comment
There was a problem hiding this comment.
We should add support for Py 3.13
Contributor
Author
Yes, I'll add in issue: #607 |
Merged
pankajastro
added a commit
that referenced
this pull request
May 7, 2026
## [1.1.0] - 2026-05-07 ### Breaking Changes - Drop Python 3.9 Support by @pankajastro in [#600](#600) - Drop support for Airflow < 2.9 by @pankajastro in [#711](#711) ### Added - Add user_defined_macros support by @gyli in [#693](#693) - feat: support key: +{task}[{xcom_key}] use by @yanshil in [#593](#593) - Support dataset timetable by @AppKiv in [#599](#599) - Add support for `.airflowignore` file to exclude specific YAML files by @viiccwen in [#654](#654) - Add Airflow 3.1 support by @pankajastro in [#720](#720) - Add Airflow 3.2 to CI test matrix by @pankajastro in [#723](#723) ### Improved - Change log info to warning by @pankajastro in [#590](#590) - Unify import_from_string methods by @gyli in [#694](#694) - Ensure default_args_config_path is fully renamed to defaults_config_path by @gyli in [#725](#725) ### Fixed - Fix main branch tests by @tatiana in [#638](#638) - fix: support DatasetAlias in outlets by @AppKiv in [#601](#601) - Import TaskGroup in the Airflow 3 way if available by @gyli in [#706](#706) - Handle removal of airflow.utils.module_loading in Airflow 3.1+ by @pankajastro in [#712](#712) - Fix import for dataset and MappedOperator by @pankajastro in [#713](#713) - Fix Asset-based Scheduling on Airflow 3: Convert URI strings to Asset for inlets/outlets by @ArusheeVerma in [#737](#737) - Fix Consumer-side Asset Scheduling on Airflow 3: Convert URI strings in schedule to Asset by @ArusheeVerma in [#738](#738) - Fix unconditional sla_miss_callback removal warning in Airflow 3.1+ by @manipatnam in [#734](#734) - Fix python_callable resolution on Airflow 2 with providers-standard by @pankajkoti in [#736](#736) ### Docs - Fix markdown lint issues due to dead links by @viiccwen in [#642](#642) - Update docs copyright year to 2026 by @pankajkoti in [#698](#698) - Add timezone references by @sri-codes-python in [#701](#701) - Add ``items`` as a reserved key in doc by @gyli in [#726](#726) - docs: align contributor and quick-start docs with current Python/Airflow support by @pankajastro in [#740](#740) ### Other Changes - Pin structlog to fix the deploy docs job by @pankajastro in [#608](#608) - Remove structlog pin by @pankajkoti in [#656](#656) - Avoid error we're seeing in PRs from external contributors by @tatiana in [#660](#660) - Replace tags with SHAs and update to latest version by @fbuechel92 in [#663](#663) - Add 7-day cooldown to Dependabot config by @pankajkoti in [#686](#686) - Ignore simple_auth_manager_passwords.json.generated from git by @gyli [#695](#695) - Ignore more editor local settings folder by @gyli [#697](#697) - Add Python 3.14 to CI test matrix by @pankajastro in [#731](#731) - Add AGENTS.md for AI coding agents by @gyli in [#717](#717) - fix: use __file__-relative paths in dev examples for Airflow 3 on Astro Hosted by @pankajastro in [#613](#613) - Fix sys.path for DAG helper modules in Astro bundle environments by @pankajastro in [#739](#739) closes: #733 closes: #729 --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
corsettigyg
pushed a commit
to corsettigyg/dag-factory
that referenced
this pull request
May 8, 2026
## [1.1.0] - 2026-05-07 ### Breaking Changes - Drop Python 3.9 Support by @pankajastro in [astronomer#600](astronomer#600) - Drop support for Airflow < 2.9 by @pankajastro in [astronomer#711](astronomer#711) ### Added - Add user_defined_macros support by @gyli in [astronomer#693](astronomer#693) - feat: support key: +{task}[{xcom_key}] use by @yanshil in [astronomer#593](astronomer#593) - Support dataset timetable by @AppKiv in [astronomer#599](astronomer#599) - Add support for `.airflowignore` file to exclude specific YAML files by @viiccwen in [astronomer#654](astronomer#654) - Add Airflow 3.1 support by @pankajastro in [astronomer#720](astronomer#720) - Add Airflow 3.2 to CI test matrix by @pankajastro in [astronomer#723](astronomer#723) ### Improved - Change log info to warning by @pankajastro in [astronomer#590](astronomer#590) - Unify import_from_string methods by @gyli in [astronomer#694](astronomer#694) - Ensure default_args_config_path is fully renamed to defaults_config_path by @gyli in [astronomer#725](astronomer#725) ### Fixed - Fix main branch tests by @tatiana in [astronomer#638](astronomer#638) - fix: support DatasetAlias in outlets by @AppKiv in [astronomer#601](astronomer#601) - Import TaskGroup in the Airflow 3 way if available by @gyli in [astronomer#706](astronomer#706) - Handle removal of airflow.utils.module_loading in Airflow 3.1+ by @pankajastro in [astronomer#712](astronomer#712) - Fix import for dataset and MappedOperator by @pankajastro in [astronomer#713](astronomer#713) - Fix Asset-based Scheduling on Airflow 3: Convert URI strings to Asset for inlets/outlets by @ArusheeVerma in [astronomer#737](astronomer#737) - Fix Consumer-side Asset Scheduling on Airflow 3: Convert URI strings in schedule to Asset by @ArusheeVerma in [astronomer#738](astronomer#738) - Fix unconditional sla_miss_callback removal warning in Airflow 3.1+ by @manipatnam in [astronomer#734](astronomer#734) - Fix python_callable resolution on Airflow 2 with providers-standard by @pankajkoti in [astronomer#736](astronomer#736) ### Docs - Fix markdown lint issues due to dead links by @viiccwen in [astronomer#642](astronomer#642) - Update docs copyright year to 2026 by @pankajkoti in [astronomer#698](astronomer#698) - Add timezone references by @sri-codes-python in [astronomer#701](astronomer#701) - Add ``items`` as a reserved key in doc by @gyli in [astronomer#726](astronomer#726) - docs: align contributor and quick-start docs with current Python/Airflow support by @pankajastro in [astronomer#740](astronomer#740) ### Other Changes - Pin structlog to fix the deploy docs job by @pankajastro in [astronomer#608](astronomer#608) - Remove structlog pin by @pankajkoti in [astronomer#656](astronomer#656) - Avoid error we're seeing in PRs from external contributors by @tatiana in [astronomer#660](astronomer#660) - Replace tags with SHAs and update to latest version by @fbuechel92 in [astronomer#663](astronomer#663) - Add 7-day cooldown to Dependabot config by @pankajkoti in [astronomer#686](astronomer#686) - Ignore simple_auth_manager_passwords.json.generated from git by @gyli [astronomer#695](astronomer#695) - Ignore more editor local settings folder by @gyli [astronomer#697](astronomer#697) - Add Python 3.14 to CI test matrix by @pankajastro in [astronomer#731](astronomer#731) - Add AGENTS.md for AI coding agents by @gyli in [astronomer#717](astronomer#717) - fix: use __file__-relative paths in dev examples for Airflow 3 on Astro Hosted by @pankajastro in [astronomer#613](astronomer#613) - Fix sys.path for DAG helper modules in Astro bundle environments by @pankajastro in [astronomer#739](astronomer#739) closes: astronomer#733 closes: astronomer#729 --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop the Python 3.9 Support