Is support for python 3.7 needed? #237
-
Current implementation of the recursion and new FlowBy classes uses Literal typing which requires python 3.8. Is there a need to maintain support for python 3.7? It will stop being supported in June 2023 |
Beta Was this translation helpful? Give feedback.
Answered by
matthewlchambers
Jul 11, 2022
Replies: 2 comments 4 replies
-
For the sake of implementing all of Matthew's changes, I recommend dropping 3.7 when we pull in his branch. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Note that this relates to #238 . Given the discussion there, I propose we move to requiring |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
matthewlchambers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that this relates to #238 . Given the discussion there, I propose we move to requiring
python >= 3.8
,pandas >= 1.4
.