forked from google/tensorstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum supported python to 3.8
PiperOrigin-RevId: 500236501 Change-Id: I43d24b14f72063e778c6ff6d5552912aac2f7a0e
- Loading branch information
1 parent
b040186
commit 057097f
Showing
10 changed files
with
72 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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 @@ | ||
5.3.2 | ||
5.4.0 |
This file contains 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 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 |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
""" | ||
|
||
import sys | ||
if sys.version_info < (3, 7): | ||
print('Python >= 3.7 is required to build') | ||
if sys.version_info < (3, 8): | ||
print('Python >= 3.8 is required to build') | ||
sys.exit(1) | ||
|
||
# Import setuptools before distutils because setuptools monkey patches | ||
|
@@ -275,7 +275,7 @@ def run(self): | |
author_email='[email protected]', | ||
url='https://github.com/google/tensorstore', | ||
license='Apache License 2.0', | ||
python_requires='>=3.7', | ||
python_requires='>=3.8', | ||
packages=setuptools.find_packages('python'), | ||
package_dir={'': 'python'}, | ||
ext_modules=[setuptools.Extension('tensorstore/_tensorstore', sources=[])], | ||
|
This file contains 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,2 @@ | ||
# DO NOT EDIT: Generated from build_requirements.txt by generate_workspace.py | ||
numpy==1.21.6 | ||
numpy==1.24.1 |
This file contains 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,2 @@ | ||
# DO NOT EDIT: Generated from cibuildwheel_requirements.txt by generate_workspace.py | ||
cibuildwheel==2.11.3 | ||
cibuildwheel==2.11.4 |
This file contains 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 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,3 +1,3 @@ | ||
# DO NOT EDIT: Generated from shell_requirements.txt by generate_workspace.py | ||
ipython==7.34.0 | ||
ipython==8.8.0 | ||
absl-py==1.3.0 |
This file contains 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,5 +1,5 @@ | ||
# DO NOT EDIT: Generated from test_requirements.txt by generate_workspace.py | ||
numpy==1.21.6 | ||
numpy==1.24.1 | ||
pytest==7.2.0 | ||
pytest-asyncio==0.20.3 | ||
cloudpickle==2.2.0 |
This file contains 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,3 +1,3 @@ | ||
# DO NOT EDIT: Generated from wheel_requirements.txt by generate_workspace.py | ||
wheel==0.38.4 | ||
setuptools_scm==7.0.5 | ||
setuptools_scm==7.1.0 |
This file contains 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