Skip to content

Drop Python 3.9 Support#600

Merged
pankajastro merged 1 commit into
mainfrom
drop_py3.9
Oct 28, 2025
Merged

Drop Python 3.9 Support#600
pankajastro merged 1 commit into
mainfrom
drop_py3.9

Conversation

@pankajastro
Copy link
Copy Markdown
Contributor

Drop the Python 3.9 Support

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.77%. Comparing base (ca9914e) to head (d60cb60).
⚠️ Report is 14 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pankajastro pankajastro marked this pull request as ready for review October 16, 2025 10:18
@pankajastro pankajastro requested a review from a team as a code owner October 16, 2025 10:18
Copy link
Copy Markdown
Contributor

@kaxil kaxil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add support for Py 3.13

@pankajastro pankajastro merged commit 1a93e83 into main Oct 28, 2025
49 checks passed
@pankajastro pankajastro deleted the drop_py3.9 branch October 28, 2025 11:31
@pankajastro
Copy link
Copy Markdown
Contributor Author

support for Py 3.13

Yes, I'll add in issue: #607

@pankajastro pankajastro added this to the DAG Factory 1.1.0 milestone Apr 23, 2026
@pankajastro pankajastro mentioned this pull request Apr 29, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants