Skip to content

Run tests with multiple Python / Django versions combinations #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 1, 2025

Conversation

alorence
Copy link
Contributor

@alorence alorence commented Apr 1, 2025

Hello !

I recently tried to update Django version on a project to perform tests with upcoming 5.2 (LTS). Unfortunately, django-cotton will currently fail to install because of its too strict requirements definition django = ">=4.2,<5.2".

While I was looking to understand this constraint, I realized that unit tests were currently ran only on Python 3.12 and with Django 5.1. This PR will update Dockerfile and Actions workflow to run tests against other versions.

I hope thiw will help to unleash cotton requirements and allow installing with Django 5.2 ;)

Best regards

@wrabit wrabit merged commit 19df078 into wrabit:main Apr 1, 2025
14 checks passed
wrabit added a commit that referenced this pull request Apr 1, 2025
@wrabit
Copy link
Owner

wrabit commented Apr 1, 2025

@alorenceI wanted to get round to adding this, this is great - thank you

@alorence alorence deleted the cicd-matrix branch April 1, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants