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

Upgrade to Django 3.2 #171

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

Conversation

shaib
Copy link

@shaib shaib commented Oct 6, 2021

This is, IMO, the minimal change required for proper support Django>=3.2, fixing #170.

Note: No effort has been made to keep support of older Django versions -- none of them have more than a few months before EOL.

@@ -36,7 +35,7 @@
packages=find_packages(exclude=('tests',)),
include_package_data=True,
install_requires=[
'django-pymemcache>=1.0',
'Django>=2.2',
'pymemcache==3.3.0',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer a newer version like 3.5.0 but pinterest/pymemcache#353 causes breakage so I stick with a version that's been used before

@Surgo
Copy link

Surgo commented Oct 6, 2021

@shaib Thank you for you contribute :)

@Surgo
Copy link

Surgo commented Oct 6, 2021

I'll fix CI issues and then merge this.

@kchristensen
Copy link

Any luck on getting this merged and in a release?

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.

3 participants