chore: Support Python 3.11#22217
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22217 +/- ##
==========================================
- Coverage 66.89% 66.88% -0.02%
==========================================
Files 1847 1847
Lines 70333 70435 +102
Branches 7702 7702
==========================================
+ Hits 47047 47108 +61
- Misses 21288 21329 +41
Partials 1998 1998
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
villebro
reviewed
Dec 2, 2022
Member
|
On this topic, I happened to come across this interesting Lex Friedman interview with Guido van Rossum about what the main optimizations are in 3.11: https://youtu.be/TLhRuZ9cJWc . Looking forward to JIT in a future version.. 😛 |
villebro
approved these changes
Dec 3, 2022
Member
villebro
left a comment
There was a problem hiding this comment.
LGTM, but let's follow up with pinning db-types to 1.0.5 once it comes out.
| "athena": ["pyathena[pandas]>=2, <3"], | ||
| "aurora-data-api": ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"], | ||
| "bigquery": [ | ||
| "db-dtypes @ git+https://git@github.com/googleapis/python-db-dtypes-pandas.git@388e082a47d9515a14e20ffd87705c71712087ab#egg=db-dtypes", |
9 tasks
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
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.
SUMMARY
Add Python 3.11 support for superset which gives huge performance improvements (25% is the average number claimed)
Bump next libs:
For Postgres bump
psycopg2-binaryto 2.9.5BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION