georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 69 forks source link

Added Django 5.0 and Python 3.12 to test matrix. Fixes #74. #108

Open vitaliyf opened 6 months ago

vitaliyf commented 6 months ago

The changes to support Django 5.0 are already on master, so this PR adds it to test matrix to resolve #74

Also, Django 5.0 dropped support for Python < 3.10 and added 3.12

rburhum commented 5 months ago

Great! Subscribing to see when this gets released

yesyves commented 5 months ago

Hi I applied this patch locally and everything seems to be going just fine. Hope it will get to master soon !

violuke commented 5 months ago

@georgemarshall is there any chance this can be merged and a PyPI release made? Thanks for the really helpful package 🙏