This repository was archived by the owner on May 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
deps: drop support for Python 3.7 and 3.8 #127
Merged
Merged
Changes from 13 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ In order to add a feature: | |
| documentation. | ||
|
|
||
| - The feature must work fully on the following CPython versions: | ||
| 3.7, 3.8, 3.9, 3.11, 3.12 and 3.13 on both UNIX and Windows. | ||
| 3.9, 3.11, 3.12 and 3.13 on both UNIX and Windows. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering why version 3.10 is omitted
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that's derived from which ones we unit test against. |
||
|
|
||
| - The feature must not add unnecessary dependencies (where | ||
| "unnecessary" is of course subjective, but new dependencies should | ||
|
|
@@ -148,7 +148,7 @@ Running System Tests | |
|
|
||
| .. note:: | ||
|
|
||
| System tests are only configured to run under Python 3.8, 3.11, 3.12 and 3.13. | ||
| System tests are only configured to run under Python 3.9, 3.11, 3.12 and 3.13. | ||
| For expediency, we do not run them in older versions of Python 3. | ||
|
|
||
| This alone will not run the tests. You'll need to change some local | ||
|
|
@@ -221,15 +221,11 @@ Supported Python Versions | |
|
|
||
| We support: | ||
|
|
||
| - `Python 3.7`_ | ||
| - `Python 3.8`_ | ||
| - `Python 3.9`_ | ||
| - `Python 3.11`_ | ||
| - `Python 3.12`_ | ||
| - `Python 3.13`_ | ||
|
|
||
| .. _Python 3.7: https://docs.python.org/3.7/ | ||
| .. _Python 3.8: https://docs.python.org/3.8/ | ||
| .. _Python 3.9: https://docs.python.org/3.9/ | ||
| .. _Python 3.11: https://docs.python.org/3.11/ | ||
| .. _Python 3.12: https://docs.python.org/3.12/ | ||
|
|
@@ -241,7 +237,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_. | |
| .. _config: https://github.com/googleapis/python-bigquery-magics/blob/main/noxfile.py | ||
|
|
||
|
|
||
| We also explicitly decided to support Python 3 beginning with version 3.7. | ||
| We also explicitly decided to support Python 3 beginning with version 3.9. | ||
| Reasons for this include: | ||
|
|
||
| - Encouraging use of newest versions of Python 3 | ||
|
|
||
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 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 |
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.