axnsan12 / drf-yasg

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
https://drf-yasg.readthedocs.io/en/stable/
Other
3.4k stars 437 forks source link

Update `tox.ini` to test more versions of `django` / `djangorestframework` #884

Open SupImDos opened 6 months ago

SupImDos commented 6 months ago

Rationale

Given the new release of djangorestframework==3.15 the tox.ini file should be updated so that we are still testing against relevant Python / django / djangorestframework combinations.

This PR doesn't actually include any material code changes, it just adds new test combinations which already appear to pass in CI.

The existing PR #873 addresses adding support for Python 3.12, and given this appears to require material changes I haven't touched that here.

Changes