-
Notifications
You must be signed in to change notification settings - Fork 13
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
Drop support for Python 3.8 #561
Merged
Merged
Conversation
This file contains 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
LanderOtto
force-pushed
the
remove/python-3-8
branch
from
October 9, 2024 15:43
face378
to
b9fa2ef
Compare
GlassOfWhiskey
force-pushed
the
remove/python-3-8
branch
3 times, most recently
from
October 19, 2024 22:15
4f34ae8
to
e142780
Compare
…oveprefix` method
…importlib` package
LanderOtto
force-pushed
the
remove/python-3-8
branch
from
November 4, 2024 13:57
e142780
to
4681ae5
Compare
LanderOtto
force-pushed
the
remove/python-3-8
branch
from
November 4, 2024 14:53
4681ae5
to
8913b3a
Compare
LanderOtto
force-pushed
the
remove/python-3-8
branch
3 times, most recently
from
November 4, 2024 15:22
b54b247
to
1c5d3bf
Compare
LanderOtto
force-pushed
the
remove/python-3-8
branch
4 times, most recently
from
November 4, 2024 20:47
1c4dc27
to
3c997f1
Compare
LanderOtto
force-pushed
the
remove/python-3-8
branch
8 times, most recently
from
November 4, 2024 21:58
7d0d603
to
e0d53c3
Compare
LanderOtto
force-pushed
the
remove/python-3-8
branch
from
November 4, 2024 22:01
e0d53c3
to
62f9bbf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #561 +/- ##
==========================================
+ Coverage 70.39% 70.63% +0.23%
==========================================
Files 87 87
Lines 11010 11063 +53
Branches 2288 1909 -379
==========================================
+ Hits 7751 7814 +63
+ Misses 2813 2802 -11
- Partials 446 447 +1 ☔ View full report in Codecov by Sentry. |
GlassOfWhiskey
approved these changes
Nov 6, 2024
LanderOtto
added a commit
that referenced
this pull request
Dec 12, 2024
GlassOfWhiskey
pushed a commit
that referenced
this pull request
Dec 13, 2024
GlassOfWhiskey
pushed a commit
that referenced
this pull request
Dec 13, 2024
GlassOfWhiskey
pushed a commit
that referenced
this pull request
Dec 13, 2024
GlassOfWhiskey
pushed a commit
that referenced
this pull request
Dec 13, 2024
LanderOtto
added a commit
that referenced
this pull request
Dec 13, 2024
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.
This commit introduces Python 3.9 features in the StreamFlow codebase. This means that StreamFlow no longer supports Python 3.8.