Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate possible refactors after deprecating Python 3.8 #3477

Open
georgesittas opened this issue Dec 5, 2024 · 0 comments
Open

Investigate possible refactors after deprecating Python 3.8 #3477

georgesittas opened this issue Dec 5, 2024 · 0 comments

Comments

@georgesittas
Copy link
Contributor

Support for Python 3.8 was dropped in 7a7a9f6, which means there may be an opportunity to refactor a few places:

  1. d6f3c7c: add custom source parser because it's broken in < 3.9 – simplify the definition of _is_relative_to [1]
  2. 92242e2: allow python env building to use relative paths – simplify the python source parser
  3. b4dbb45: Fix: Remove intervals instead missing intervals – address the TODO in dag.py

[1]: we may not be able to get rid of this completely, because it's been extended since the first implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant