Upgrade to Python 3.11 #1370
Labels
💻 aspect: code
Concerns the software code in the repository
dependencies
Pull requests that update a dependency file
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
⛔ status: blocked
Blocked & therefore, not ready for work
🔧 tech: airflow
Involves Apache Airflow
🐳 tech: docker
Involves Docker
Description
Python 3.11 is finally out, and with it comes a tremendous potential speedup:
There are also some other exciting changes, including
TypedDict
optional fields improvements, enriched exceptions, and finer-grained exceptions.We should try to get on this version as soon as possible, but unfortunately we're dependent on Airflow being Python 3.11 compatible. Work is being done upstream to accomplish this, and we should try to monitor it closely!
apache/airflow#27292
apache/airflow#27264
Additional context
Implementation
The text was updated successfully, but these errors were encountered: