alanjds / drf-nested-routers

Nested Routers for Django Rest Framework
https://pypi.org/project/drf-nested-routers/
Apache License 2.0
1.66k stars 157 forks source link

CI: Enable testing with Python 3.12, Django 5.0, DRF 3.15 #344

Closed intgr closed 4 months ago

intgr commented 4 months ago

Adding many versions into the test matrix.

Should I also remove Python and Django versions that are EOL?

alanjds commented 4 months ago

Adding many versions into the test matrix.

Should I also remove Python and Django versions that are EOL?

Sure. Please remove EOLed versions.

Also, if Py3.13 is available on CI, please add it, and I will just not mark it as required on CI, like with mypy.

intgr commented 4 months ago