2016-07-31 22:17:34 +00:00
|
|
|
.. _requirements:
|
|
|
|
|
|
2019-05-01 15:28:29 +00:00
|
|
|
Requirements
|
|
|
|
|
============
|
2016-07-31 22:17:34 +00:00
|
|
|
|
2024-12-02 16:16:01 +00:00
|
|
|
Axes requires a supported Django version and runs on Python versions 3.9 and above.
|
2019-02-25 14:59:44 +00:00
|
|
|
|
|
|
|
|
Refer to the project source code repository in
|
|
|
|
|
`GitHub <https://github.com/jazzband/django-axes/>`_ and see the
|
2022-09-23 10:37:37 +00:00
|
|
|
`pyproject.toml file <https://github.com/jazzband/django-axes/blob/master/pyproject.toml>`_ and
|
2019-02-25 14:59:44 +00:00
|
|
|
`Python package definition <https://github.com/jazzband/django-axes/blob/master/setup.py>`_
|
|
|
|
|
to check if your Django and Python version are supported.
|
|
|
|
|
|
2020-11-26 10:31:02 +00:00
|
|
|
The `GitHub Actions builds <https://github.com/jazzband/django-axes/actions>`_
|
2019-02-25 14:59:44 +00:00
|
|
|
test Axes compatibility with the Django master branch for future compatibility as well.
|