@@ -34,21 +34,21 @@ Using a Development Checkout
3434You'll have to create a development environment using a Git checkout:
3535
3636- While logged into your GitHub account, navigate to the
37- ``python-api-core `` `repo `_ on GitHub.
37+ ``google-cloud-python `` `repo `_ on GitHub.
3838
39- - Fork and clone the ``python-api-core `` repository to your GitHub account by
39+ - Fork and clone the ``google-cloud-python `` repository to your GitHub account by
4040 clicking the "Fork" button.
4141
42- - Clone your fork of ``python-api-core `` from your GitHub account to your local
42+ - Clone your fork of ``google-cloud-python `` from your GitHub account to your local
4343 computer, substituting your account username and specifying the destination
44- as ``hack-on-python-api-core ``. E.g.::
44+ as ``hack-on-google-cloud-python ``. E.g.::
4545
4646 $ cd ${HOME}
47- $ git clone [email protected] :USERNAME/python-api-core .git hack-on-python-api-core 48- $ cd hack-on-python-api-core
49- # Configure remotes such that you can pull changes from the googleapis/python-api-core
47+ $ git clone [email protected] :USERNAME/google-cloud-python .git hack-on-google-cloud-python 48+ $ cd hack-on-google-cloud-python
49+ # Configure remotes such that you can pull changes from the googleapis/google-cloud-python
5050 # repository into your local repository.
51- $ git remote add upstream [email protected] :googleapis/python-api-core .git 51+ $ git remote add upstream [email protected] :googleapis/google-cloud-python .git 5252 # fetch and merge changes from upstream into main
5353 $ git fetch upstream
5454 $ git merge upstream/main
@@ -59,7 +59,7 @@ repo, from which you can submit a pull request.
5959To work on the codebase and run the tests, we recommend using ``nox ``,
6060but you can also use a ``virtualenv `` of your own creation.
6161
62- .. _repo : https://github.com/googleapis/python-api-core
62+ .. _repo : https://github.com/googleapis/google-cloud-python
6363
6464Using ``nox ``
6565=============
@@ -112,7 +112,7 @@ Coding Style
112112 export GOOGLE_CLOUD_TESTING_BRANCH="main"
113113
114114 By doing this, you are specifying the location of the most up-to-date
115- version of ``python-api-core ``. The the suggested remote name ``upstream ``
115+ version of ``google-cloud-python ``. The the suggested remote name ``upstream ``
116116 should point to the official ``googleapis `` checkout and the
117117 the branch should be the main branch on that remote (``main ``).
118118
@@ -185,7 +185,7 @@ The `description on PyPI`_ for the project comes directly from the
185185``README ``. Due to the reStructuredText (``rst ``) parser used by
186186PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
187187instead of
188- ``https://github.com/googleapis/python-api-core /blob/main/CONTRIBUTING.rst ``)
188+ ``https://github.com/googleapis/google-cloud-python /blob/main/CONTRIBUTING.rst ``)
189189may cause problems creating links or rendering the description.
190190
191191.. _description on PyPI : https://pypi.org/project/google-api-core
@@ -204,6 +204,7 @@ We support:
204204- `Python 3.11 `_
205205- `Python 3.12 `_
206206- `Python 3.13 `_
207+ - `Python 3.14 `_
207208
208209.. _Python 3.7 : https://docs.python.org/3.7/
209210.. _Python 3.8 : https://docs.python.org/3.8/
@@ -212,11 +213,12 @@ We support:
212213.. _Python 3.11 : https://docs.python.org/3.11/
213214.. _Python 3.12 : https://docs.python.org/3.12/
214215.. _Python 3.13 : https://docs.python.org/3.13/
216+ .. _Python 3.13 : https://docs.python.org/3.14/
215217
216218
217219Supported versions can be found in our ``noxfile.py `` `config `_.
218220
219- .. _config : https://github.com/googleapis/python-api-core /blob/main/noxfile.py
221+ .. _config : https://github.com/googleapis/google-cloud-python /blob/main/packages/google-api-core /noxfile.py
220222
221223
222224**********
0 commit comments