Skip to content
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

Feature/update ci #702

Merged
merged 4 commits into from
Mar 4, 2024
Merged

Feature/update ci #702

merged 4 commits into from
Mar 4, 2024

Conversation

drnlm
Copy link
Member

@drnlm drnlm commented Mar 4, 2024

This updates the list of python & django versions we test against to the current set of supported releases.

It includes a fix so the tests pass on Django 5 (due to some changes in how admin filters are called in that version)

Neil Muller added 4 commits March 4, 2024 10:55
Updae the test matrix to drop python 3.7 (out of security support)
and include the recently released Django 5.

We also drop some logic around installing old versions of pyscopg2
which is no longer needed.
@drnlm
Copy link
Member Author

drnlm commented Mar 4, 2024

The failing selenium firefox tests is a timeout issue, and we should probably bump up the wait times a bit so we're not so sensitive if the runner is slow, but that should probably be a different PR.

@drnlm drnlm merged commit 032bae0 into CTPUG:master Mar 4, 2024
42 of 43 checks passed
@drnlm drnlm deleted the feature/update_ci branch March 4, 2024 14:26
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