CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
48 stars 27 forks source link

Feature/update ci #702

Closed drnlm closed 8 months ago

drnlm commented 8 months ago

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)

drnlm commented 8 months ago

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.