Skip to content

Commit

Permalink
Declare Django 3.2 support in README, classifiers
Browse files Browse the repository at this point in the history
This commit will make sure that `Django :: 3.2` will show up in the
classifiers list on PyPI: https://pypi.org/project/drf-yasg/

(The magic happens because we parse the README to get supported Django):
https://github.com/DavidCain/drf-yasg/blob/ee29412d3cdb311/setup.py#L36

3.2 support should already exist
================================
A closed pull request, axnsan12#735,
noted support for Django 3.2 in both `tox.ini`, and the README.

That PR was closed in favor of
axnsan12#741, which edited `tox.ini`
and switched to GitHub Actions.

axnsan12#735 (comment)

This project has been testing on Django 3.2 for a long time (about a
year). I think we can declare it supported it the README!
  • Loading branch information
DavidCain committed Aug 3, 2022
1 parent 6557517 commit 7adddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -12,7 +12,7 @@ Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framewor
Compatible with

- **Django Rest Framework**: 3.10, 3.11, 3.12
- **Django**: 2.2, 3.0, 3.1
- **Django**: 2.2, 3.0, 3.1, 3.2
- **Python**: 3.6, 3.7, 3.8, 3.9

Only the latest patch version of each ``major.minor`` series of Python, Django and Django REST Framework is supported.
Expand Down

0 comments on commit 7adddf7

Please sign in to comment.