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

Support for Python 3.12 and up #143

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

Conversation

kviktor
Copy link

@kviktor kviktor commented Feb 7, 2025

  • removed deprecated pkg_resources (required for Python 3.12 and up)
  • updated testing matrix to drop older Django and Python versions and also added the newer ones
  • fixed tox.ini so tests should be running now
  • removed ugettext calls, they have been deprecated since 3.2 and thats the lowest supported version
  • changed coveragerc so the test files and migrations are not included

Also fixes #141 and #129

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.

compatibility with django 4.2
1 participant