Closed ARYAN-NIKNEZHAD closed 3 months ago
Expected Behavior:
tox configuration to include environments for py38-django50 and py39-django50 to ensure that tests are run against Django 5.x with Python 3.8 and 3.9.
tox
py38-django50
py39-django50
Steps to Reproduce:
Proposed Solution:
Update the envlist in tox to include:
envlist
envlist = py38-django40, py39-django40, py310-django40, py311-django40, py312-django40, py38-django50, py39-django50, py310-django50, py311-django50, py312-django50
Description
Expected Behavior:
tox
configuration to include environments forpy38-django50
andpy39-django50
to ensure that tests are run against Django 5.x with Python 3.8 and 3.9.Steps to Reproduce:
tox
configuration.Proposed Solution:
Update the
envlist
intox
to include: