Drop support for Python 3.8#12720
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-3.2 #12720 +/- ##
===========================================
Coverage 92.36% 92.36%
===========================================
Files 315 315
Lines 19962 19962
===========================================
Hits 18437 18437
Misses 1525 1525 |
Member
|
It does not make sense to me to drop support right before a minor release. If the release is imminent, then we can just endure the short wait, to give users the benefit of increased options, and remove right after the release. cc @bokeh/core |
Contributor
|
I'm +1 on waiting until after 3.1. With my Panel hat on I'd prefer to support Python 3.7 in Panel 1.0 and then drop it immediately thereafter and since Panel 1.0 will pin to bokeh 3.1 that would make it impossible. |
3fa9999 to
0d4f100
Compare
66d40cf to
aedad6e
Compare
bryevdv
approved these changes
Mar 11, 2023
aedad6e to
c9e6b01
Compare
Chiemezuo
pushed a commit
to Chiemezuo/bokeh
that referenced
this pull request
Aug 27, 2024
|
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. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is about two weeks earlier than BEP 9 stipulates, but it will be fulfilled by the time 3.1 is released. In the meantime, this will reduce CI test time by a considerable margin (testing another Python version is about 50~60 minutes cumulative).