sageteamorg / django-sage-tools

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

🐛 ⬆️ Update Python and Django Version Constraints in `pyproject.toml` #15

Closed ARYAN-NIKNEZHAD closed 3 months ago

ARYAN-NIKNEZHAD commented 4 months ago

Description:

This pull request updates the version constraints in the pyproject.toml file to support a broader range of Python and Django versions.

Changes Made:

Purpose:

These updates ensure that the project remains compatible with the latest features and improvements in Python and Django. By broadening the version constraints, we can take advantage of new features and security updates in both Python and Django while ensuring backward compatibility with recent releases.

Closes #13 #14