Skip to content

Commit

Permalink
Update minimum requirements for Python and protobuf.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 284742695
Change-Id: I6e23f0e6698631e09e1d8d26cc68ccb60bdd135b
  • Loading branch information
tomwardio committed Dec 10, 2019
1 parent cd1a2b1 commit 362c10d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Notes

## [1.0.0b1]
## [1.0.0]

* Initial beta release.
* Initial release.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@ def run(self):
'googleapis-common-protos',
'grpcio',
'numpy',
'protobuf',
'protobuf>=3.8',
],
tests_require=[
'absl-py',
'nose',
'mock',
'portpicker',
],
python_requires='>=3.5',
setup_requires=['grpcio-tools'],
extras_require={
'examples': ['pygame', 'portpicker'],
Expand All @@ -116,7 +117,6 @@ def run(self):
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 362c10d

Please sign in to comment.