@@ -21,7 +21,7 @@ In order to add a feature:
2121- The feature must be documented in both the API and narrative
2222 documentation.
2323
24- - The feature must work fully on the following CPython versions: 2.7,
24+ - The feature must work fully on the following CPython versions:
2525 3.5, 3.6, 3.7 and 3.8 on both UNIX and Windows.
2626
2727- The feature must not add unnecessary dependencies (where
@@ -69,7 +69,6 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
6969
7070- To test your changes, run unit tests with ``nox ``::
7171
72- $ nox -s unit-2.7
7372 $ nox -s unit-3.7
7473 $ ...
7574
@@ -143,13 +142,11 @@ Running System Tests
143142- To run system tests, you can execute::
144143
145144 $ nox -s system-3.7
146- $ nox -s system-2.7
147145
148146 .. note::
149147
150- System tests are only configured to run under Python 2.7 and
151- Python 3.7. For expediency, we do not run them in older versions
152- of Python 3.
148+ System tests are only configured to run under Python 3.7. For expediency,
149+ we do not run them in older versions.
153150
154151 This alone will not run the tests. You'll need to change some local
155152 auth settings and change some configuration in your project to
@@ -226,8 +223,6 @@ Supported versions can be found in our ``noxfile.py`` `config`_.
226223
227224.. _config : https://github.com/googleapis/python-api-core/blob/master/noxfile.py
228225
229- Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020.
230-
231226We also explicitly decided to support Python 3 beginning with version
2322273.5. Reasons for this include:
233228
0 commit comments