-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: Support Python 3.11 #22217
chore: Support Python 3.11 #22217
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 |
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.. 😛 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's follow up with pinning db-types
to 1.0.5 once it comes out.
@@ -126,6 +126,7 @@ def get_git_sha() -> str: | |||
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a hurry I see 😆
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-binary
to 2.9.5BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION