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

Use six.assertRegex instead of assertRegexpMatches for Python 3.11 compatibility. #375

Merged
merged 3 commits into from
Oct 26, 2021
Merged

Conversation

tirkarthi
Copy link
Contributor

The deprecated aliases have been removed in python/cpython#28268 . Use six for Python 2 and 3 compatibility.

@acdha acdha enabled auto-merge October 26, 2021 00:53
@acdha
Copy link
Collaborator

acdha commented Oct 26, 2021

I suspect that we should just cut a Python 3-only release but since we have other use of six we can update this when that happens anyway.

@acdha acdha disabled auto-merge October 26, 2021 00:56
@acdha acdha merged commit 6a8a6ba into django-haystack:master Oct 26, 2021
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.

2 participants