Skip to content

Conversation

@moggers87
Copy link
Collaborator

  • Remove uses of pkg_resources in preparation for setuptools 81
  • Update supported versions of Python to 3.10 - 3.14
  • Update supported versions of Django to 4.2, 5.2, and 6.0

- Python 3.9 is end of life, 3.14 has been released
- Update supported Django versions to 4.2, 5.2, and 6.0
- Update github actions
@moggers87
Copy link
Collaborator Author

Oh I didn't see Justin's comment on #26 before making this PR, so I guess we'll hold off.

For those wondering about the pkg_resources warning: the warning will silently disappear when setuptools 81 is released. If for some reason you do rely on elevate.VERSION you can use the following instead:

from importlib.metadata import version
elevate_version = version('elevate')

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.

1 participant