-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
HEP1 - Drop support for Python 3.7 #5695
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5695 +/- ##
==========================================
- Coverage 88.16% 88.14% -0.03%
==========================================
Files 307 307
Lines 62839 62839
==========================================
- Hits 55405 55390 -15
- Misses 7434 7449 +15
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 |
I'd be in favor of doing this after the 1.16 release. There's no pressing need right now since we still support older versions of Bokeh/Panel. |
The bump is not related to Bokeh/Panel going to 3.8, but that it will become much more time-consuming supporting old versions of Python, especially in the CI. Note that we will still support older versions of Bokeh/Panel with this change. Python 3.7 is going out of life in two months and in my opinion, this is close enough to stop supporting it. If we had a more consistent release of HoloViews, a reason could be made to wait, but looking at the history of the last two minor releases, a year can easily go by. 1.15 was released on July 7, 2022, and 1.14 was released on December 3, 2020. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
With Python 3.7's end of life at the end of June and the upcoming release of Holoviews 1.17, it makes sense to have Holoviews support Python 3.8 and up.
Following: HEP1 at holoviz/holoviz#362