Skip to content

Commit dcab7d1

Browse files
committed
Add note on compatibility to README
1 parent 8262084 commit dcab7d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
**Tests** |TestsPassing|_
1212
**License** |LicenseBadge|_
1313
**PyPi** |PyPiBadge|_
14-
**Django versions** >=1.11, >=2.0, >=2.1, >=2.2
15-
**Python versions** >=3.5
14+
**Django versions** 1.11, 2.0, 2.1, 2.2
15+
**Python versions** 3.5, 3.6, 3.7, 3.8
1616
==================== ============================
1717

1818
.. |TestsPassing| image:: https://circleci.com/gh/SectorLabs/django-postgres-extra/tree/master.svg?style=svg
@@ -40,6 +40,11 @@ Documentation
4040

4141
https://github.com/SectorLabs/django-postgres-extra/tree/master/docs
4242

43+
Compatibility
44+
-------------
45+
46+
`django-postgres-extra` is test on Python 3.5 - 3.8 with Django 1.11 - 2.2. It is likely that `django-postgres-extra` works with newer Python and Django versions, but this is not explicitely tested and therefor not guarenteed. If you encounter problems on newer versions, please _do_ open an issue or pull request.
47+
4348
Major features
4449
--------------
4550

0 commit comments

Comments
 (0)