sageteamorg / django-sage-tools

Reusable, generic mixins for Django
MIT License
6 stars 5 forks source link

🔧 Add Tox Config #35

Closed ARYAN-NIKNEZHAD closed 2 months ago

ARYAN-NIKNEZHAD commented 2 months ago

Description

Update the 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.

Closes #34