-
Notifications
You must be signed in to change notification settings - Fork 49
Drop Python 3.8 Support #222
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #222 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 45 59 +14
Lines 2242 3872 +1630
===========================================
+ Hits 2242 3872 +1630 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f8ebb8c to
3b26148
Compare
|
@chezou Thanks for the PR! Before merging, we have to ensure that nobody in the company uses Python 3.8. It may take a few days |
|
@feldlime Got it. Due to the PyTorch issue, the current pyproject.toml fails to install with Python 3.8 pytorch/pytorch#139005 |
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.
We checked and can confirm that we can drop 3.8 support safely
Just 2 small comments + you need to pull the fresh version of the main branch
This change makes Python 3.12 installation easier, especially by preventing pandas build since locked pandas version does not have wheels for Python 3.12.
This reverts commit 3b26148.
Co-authored-by: Emiliy Feldman <[email protected]>
|
@feldlime Applied review comments and rebased toward main. |
Description
Since Python 3.8 is EoL, this change makes Python 3.12 installation easier, especially by preventing pandas build since locked pandas version does not have wheels for Python 3.12.
PyTorch will likely support Python 3.13 early next year, so I skipped to support Python 3.13.
pytorch/pytorch#130249
Type of change
How Has This Been Tested?
Before submitting a PR, please check yourself against the following list. It would save us quite a lot of time.