Skip to content

Commit

Permalink
Update requirements in docs (#840)
Browse files Browse the repository at this point in the history
* Update requirements in docs

This reflects changes in 7f300a2.

* Only list oldest supported Python for dev work
  • Loading branch information
jnovinger authored Jan 7, 2025
1 parent 23189c3 commit cb00a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/development_and_contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ directory:
.. code-block:: bash
pyenv install 3.9.x
pyenv install 3.8.x
cat > .python-version <<EOF
3.9.x
3.8.x
EOF
Above, the ``x`` in each case should be replaced with the latest corresponding
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Getting started
Requirements
------------

* Python (3.8, 3.9, 3.10, 3.11, 3.12)
* Django (3.2, 4.1, 4.2, 5.0)
* Django REST Framework (3.12, 3.13, 3.14, 3.15)
* Python (3.9, 3.10, 3.11, 3.12, 3.13)
* Django (4.2, 5.0, 5.1)
* Django REST Framework (3.14, 3.15)

These are the officially supported python and package versions. Other versions
will probably work. You're free to modify the tox config and see what is
Expand Down

0 comments on commit cb00a8b

Please sign in to comment.