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

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vitaliyf
Copy link

@vitaliyf vitaliyf commented Jan 11, 2024

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
Copy link

rburhum commented Jan 23, 2024

Great! Subscribing to see when this gets released

@yesyves
Copy link

yesyves commented Jan 29, 2024

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

@violuke
Copy link

violuke commented Feb 2, 2024

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

@dreaquil
Copy link

Hi! Is there any progress on getting Django 5.0 officially supported?

@wgarlock
Copy link

I have multiple projects waiting on this. Anything I can do to help get this out?

@vitaliyf vitaliyf changed the title Added Django 5.0 and Python 3.12 to test matrix. Fixes #74. Added Django 5.0, 5.1 and Python 3.12 to test matrix. Fixes #74. Aug 15, 2024
@vitaliyf
Copy link
Author

vitaliyf commented Aug 15, 2024

I am still hopeful @georgemarshall will merge this PR and create an official release without one of us forking the entire project, but meanwhile I tagged https://github.com/vitaliyf/django-cryptography/releases/tag/2.0.0 on my fork (that is the source for this very pull request) and built a .whl file attached to it, so you can install it using something like this in your requirements.txt:

django-cryptography @ https://github.com/vitaliyf/django-cryptography/releases/download/2.0.0/django_cryptography-2.0-py2.py3-none-any.whl \
    --hash=sha256:852dd7d8335fc38709a6c5d9a2eabf7f07e020c6e58ad65f10ec29b3b0de802d

If you do that you should still subscribe to this PR and keep an eye on this project so you can switch back if an official release is created.

@wgarlock
Copy link

wgarlock commented Aug 15, 2024

@vitaliyf thanks for moving forward with a release on your fork. I can implement it in one of my projects. Hopefully this will give a bump to @georgemarshall to consider getting a new release out since it's been over 2 years since a formal release. I like and respect the work done by @georgemarshall, but I'm pretty close to calling this repo as unofficially archived.

@jmaddington
Copy link

@vitaliyf Yes, thank you for this.

Also: you may want to update the last line of the readme in your fork:
pip install django-cryptography

@satayyeb
Copy link

satayyeb commented Sep 4, 2024

We are eagerly awaiting. @georgemarshall

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.

Django 5.0 warnings: baseconv is deprecated
9 participants