Skip to content

Commit

Permalink
Update README.rst - update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 16, 2024
1 parent 50ff9fe commit 07b9d56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
DJANGO_VERSION: ['3.2.*', '4.0.*', '4.1.*', '4.2.*', '5.0.*']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- DJANGO_VERSION: '5.0.*'
python-version: '3.9'
- DJANGO_VERSION: '5.0.*'
python-version: '3.8'
- DJANGO_VERSION: '5.0.*'
python-version: '3.7'

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Features currently supported:

Documentation: https://django-plans.readthedocs.org/

Master branch: Support for Django +2.2, support for Python +3.6
Master branch: Support for Django >=3.2, support for Python >=3.7

.. image:: docs/source/_static/images/django-plans-1.png

Expand Down

0 comments on commit 07b9d56

Please sign in to comment.