-
Notifications
You must be signed in to change notification settings - Fork 3
deps: drop support for Python 3.7 and 3.8 #127
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
95354e9
deps: drop support for Python 3.7 and 3.8
tswast 191cb3d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 5cc9df3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 866a1bd
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-big…
gcf-owl-bot[bot] 66f6c1b
update owlbot lock
tswast 4128ad3
manuallly update github workflows
tswast 6570b85
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] f31c6bb
include unit test in owlbot templates
tswast 1baf9cf
Merge branch 'main' into tswast-3-8
tswast 4ad8c37
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 8b472a7
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-big…
gcf-owl-bot[bot] 180504c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] a9ec5fe
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-big…
gcf-owl-bot[bot] 7717c91
Update owlbot.py
tswast c8f4846
exclude bigframes from 3.9 tests of min verions
tswast 91989be
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 02014a3
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-big…
gcf-owl-bot[bot] ca103e9
manually sync noxfile changes
tswast 4316930
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] d8383ae
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] fd63b2b
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-big…
gcf-owl-bot[bot] 2d93db0
fix prerelease
tswast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# IMPORTANT: When Python 3.9 support is dropped, update these to | ||
# match the minimums in setup.py. | ||
# This is the last pandas 2.0.x release. | ||
pandas==2.0.3 | ||
bigframes==1.17.0 | ||
geopandas==1.0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# IMPORTANT: When Python 3.8 support is dropped, update these to | ||
# match the minimums in setup.py. | ||
# This constraints file is used to check that lower bounds | ||
# are correct in setup.py | ||
# List *all* library dependencies and extras in this file. | ||
# Pin the version to the lower bound. | ||
# | ||
# We try to test across major versions of our dependencies. | ||
# This is the last pandas 2.0.x release. | ||
pandas==2.0.3 | ||
bigframes==1.17.0 | ||
geopandas==1.0.1 | ||
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", | ||
# Then this file should have foo==1.14.0 | ||
db-dtypes==0.3.0 | ||
google-cloud-bigquery==3.13.0 | ||
google-cloud-bigquery-storage==2.6.0 | ||
ipywidgets==7.7.1 | ||
ipython==7.23.1 | ||
ipykernel==5.5.6 | ||
pandas==1.2.0 | ||
pyarrow==3.0.0 | ||
pydata-google-auth==1.5.0 | ||
tqdm==4.7.4 |
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.
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.
Wondering why version 3.10 is omitted
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.
I think that's derived from which ones we unit test against.