1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Update CI to test new django versions

This commit is contained in:
pfouque 2026-01-27 09:53:53 +01:00
parent eec7fb76f9
commit 1045cd8235
5 changed files with 19 additions and 10 deletions

View file

@ -23,6 +23,8 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- '3.14'
steps:
- uses: actions/checkout@v4