Skip to content

Commit d9f3e01

Browse files
committed
Suggest modern git command, update Python references
1 parent 4d71577 commit d9f3e01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contribute.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ which is handy to help us test against all supported Pythons, e.g.
3131

3232
.. code:: console
3333
34-
$ uv python install 3.13 --preview --default
34+
$ uv python install 3.14 --preview --default
3535
3636
Essentials
3737
----------
@@ -44,7 +44,7 @@ section in ``tox.ini`` for details.
4444
.. code:: console
4545
4646
$ tox list # show all Tox environments
47-
$ tox -e py313-django52 # run just a single environment
47+
$ tox -e py314-django52 # run just a single environment
4848
$ tox # run all linting and tests
4949
5050
Getting your hands dirty
@@ -54,7 +54,7 @@ Start your topic branch:
5454

5555
.. code:: console
5656
57-
$ git checkout -b your-topic-branch
57+
$ git switch -c your-topic-branch
5858
5959
Make your changes. Add tests for your change. Make the tests pass:
6060

0 commit comments

Comments
 (0)