Skip to content

Commit 3550648

Browse files
committed
fix(docs): Update Python and django versions in docs
1 parent 6712ace commit 3550648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Before you submit a pull request, check that it meets these guidelines:
106106
2. If the pull request adds functionality, the docs should be updated. Put
107107
your new functionality into a function with a docstring, and add the
108108
feature to the list in README.rst.
109-
3. The pull request should work for Python, 2.7, and 3.4. Check
109+
3. The pull request should work for Python 3.8, 3.9, 3.10 and 3.11. Check
110110
https://travis-ci.org/agateblue/django-dynamic-preferences/pull_requests
111111
and make sure that the tests pass for all supported Python versions.
112112
4. The pull request must target the `develop` branch, since the project relies on `git-flow branching model`_

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dynamic-preferences allow you to register settings (a.k.a. preferences) in a dec
1818

1919
With dynamic-preferences, you can update settings on the fly, through django's admin or custom forms, without restarting your application.
2020

21-
The project is tested and work under Python 2.7 and 3.4, 3.5 and 3.6, with django >=1.8.
21+
The project is tested and work under Python 3.8, 3.9, 3.10 and 3.11 and with django 3.2 and 4.2.
2222

2323
Features
2424
--------

0 commit comments

Comments
 (0)