-
Notifications
You must be signed in to change notification settings - Fork 125
fix: Remove python 3.7 due to end of life (EOL) #737
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
14 commits
Select commit
Hold shift + click to select a range
1bcbd9b
fix: removing Python 3.7 due to EOL
chalmerlowe 1919728
remove 3.7 from noxfile.py
chalmerlowe 8477a1a
remove 3.7 from owlbot.py
chalmerlowe 7bb62d8
removed 3.7 from sample req.txt
chalmerlowe 7d76fa6
removed constraints-3.7
chalmerlowe 79785be
removed references to 3.7 in setup.py
chalmerlowe ecbe158
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 521bf71
adds lower end constraint for db-dtypes with Python 3.8
chalmerlowe ce7012a
removes two more references to 3.7
chalmerlowe 0b0110e
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 9679be9
updates constraint
chalmerlowe d3f884f
update constraints for 3.8
chalmerlowe dce8a87
remove protobuf as a direct dependency - test
chalmerlowe a8b12a7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| google-cloud-bigquery-storage==2.24.0 | ||
| google-cloud-bigquery==3.14.1 | ||
| pandas-gbq==0.20.0 | ||
| pandas===1.3.5; python_version == '3.7' | ||
| pandas===2.0.3; python_version == '3.8' | ||
| pandas==2.1.4; python_version >= '3.9' | ||
| pyarrow==12.0.1; python_version == '3.7' | ||
| pyarrow==14.0.1; python_version >= '3.8' |
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 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 +1,20 @@ | ||
| numpy==1.17.5 | ||
| # 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. | ||
| # | ||
| # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", | ||
| # Then this file should have foo==1.14.0 | ||
| # protobuf==3.19.5 | ||
| db-dtypes==1.0.4 | ||
| google-api-core==2.10.2 | ||
| google-auth==2.13.0 | ||
| google-auth-oauthlib==0.7.0 | ||
| google-cloud-bigquery==3.3.5 | ||
| google-cloud-bigquery-storage==2.16.2 | ||
| numpy==1.16.6 | ||
| pandas==1.1.4 | ||
| pyarrow==3.0.0 | ||
| pydata-google-auth==1.5.0 | ||
| tqdm==4.23.0 | ||
| packaging==20.0.0 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.