-
Notifications
You must be signed in to change notification settings - Fork 6
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
deps: Update mininum support to Python 3.9, Pandas 1.5.0, Numpy 1.20.3 #286
base: main
Are you sure you want to change the base?
Conversation
Looks like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update https://github.com/googleapis/python-db-dtypes-pandas/blob/main/.github/workflows/unittest.yml to drop 3.7 too.
Might need to exclude that file in https://github.com/googleapis/python-db-dtypes-pandas/blob/main/owlbot.py until we drop Python 3.7 google-wide.
@chalmerlowe has been working on an effort to drop support for python 3.7 and 3.8 (see internal doc go/drop-python-37). We likely will need to drop the support in sync with that. |
3ccb77c
to
0b3753d
Compare
761e56c
to
22526c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are removing this, please update constraints-3.9.txt to include all the minimum versions from setup.py
5762960
to
0564266
Compare
0564266
to
6e7adaa
Compare
#284 introduce the
ArrowExtensionArray
dependency, which requires pandas version 1.5.0 and above. The pandas 1.5.0+ is only compatible with Python 3.8+ and NumPy 1.20.3+.Fixes internal bug b/312728178 🦕