This repository was archived by the owner on Mar 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
chore(deps): Remove Python 3.8 #398
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8bf972c
chore(deps): Remove Python 3.8
holtskinner 4a8ff63
Remove unit tests for Python 3.10-3.12
holtskinner b5dbbae
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 36b7bcd
Merge branch 'remove-python38' of https://github.com/googleapis/pytho…
gcf-owl-bot[bot] 72b1498
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 58cb819
Merge branch 'remove-python38' of https://github.com/googleapis/pytho…
gcf-owl-bot[bot] 75c7105
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 0552885
Merge branch 'remove-python38' of https://github.com/googleapis/pytho…
gcf-owl-bot[bot] 1a2a581
upgrade pytest.ini ignore criteria
chalmerlowe 68af5ec
updates noxfile to account for missing 3.9 Python interpreter in dock…
chalmerlowe 770bbe1
updates noxfile test an alternate combo of tests
chalmerlowe 0b4bf7e
removes samples CI/CD checks for 3.7, 3.8. 3.9
chalmerlowe e4a208f
updates Python runtime in lint workflow
chalmerlowe 42ce241
updates constraints for 3.9
chalmerlowe af4e693
adjusts Python versioning again
chalmerlowe 754cc2b
Some refinements to versioning
chalmerlowe 19f9123
Re-adds version 3.9
chalmerlowe 93adf21
Updates format session and pyarrow version
chalmerlowe 12cbec3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] f36e3a9
Pins setuptools to <82 to avoid issue with pkg_resources
chalmerlowe 80bf6c5
adjusting pin for setuptools
chalmerlowe 42ebc06
adjusting constraint for setuptools
chalmerlowe bb18190
Adds ignore directive for a warning to the pytest.ini
chalmerlowe 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
Some comments aren't visible on the classic Files Changed page.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 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,13 +1,19 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # This constraints file is required for unit tests. | ||
| # This constraints file is used to check that lower bounds | ||
| # are correct in setup.py | ||
| # List all library dependencies and extras in this file. | ||
| google-api-core | ||
| pandas | ||
| pyarrow | ||
| proto-plus | ||
| grpc-google-iam-v1 | ||
| google-cloud-bigquery | ||
| google-cloud-documentai | ||
| google-cloud-storage | ||
| numpy | ||
| pikepdf | ||
| # Pin the version to the lower bound. | ||
| # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", | ||
| # Then this file should have google-cloud-foo==1.14.0 | ||
| google-api-core==2.15.0 | ||
| pandas==2.0.0 | ||
| pyarrow==15.0.0 | ||
| proto-plus==1.22.3 | ||
| grpc-google-iam-v1==0.12.6 | ||
| google-cloud-bigquery==3.5.0 | ||
| google-cloud-documentai==2.29.2 | ||
| google-cloud-storage==2.7.0 | ||
| pandas-gbq==0.21.0 | ||
| numpy==1.23.5 | ||
| pikepdf==8.2.3 | ||
| setuptools<81.0.0 |
Oops, something went wrong.
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.