-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pandas 2.1.0 does not support Python 3.8 #127
Comments
The resolutions are either:
|
For extra context, Python 3.8's end of support is October, 2024, per: |
For further context, the |
Another option, though I'm not sure syntactically how to accomplish this, is to consider So, I still suggest we have a raise-Python-floor vs. lower-Pandas-ceiling decision. |
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Python 3.8 end of support is in October of 2024. However, some projects `case-utils` includes in its dependencies, most recently NumPy, are ending their support for Python 3.8 ahead of this EOL. This patch removes 3.8 from the test base, so updates for imported packages continue to be retrieved retrieved. References: * #127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Resolved with #128 . |
No effects were observed on Make-managed files. References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
… Python 3.9 References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
https://pandas.pydata.org/pandas-docs/version/2.1.0rc0/whatsnew/v2.1.0.html#increased-minimum-version-for-python
Edited to add, 2023-08-28:
case_sparql_select
makes use of Pandas for table formatting code. Pandas dropping Python 3.8 thus meanscase-utils
currently can't satisfy a dependency unless using Python 3.9 or later.The text was updated successfully, but these errors were encountered: