joke2k / django-environ

Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
https://django-environ.rtfd.org
MIT License
3.01k stars 318 forks source link

Add type hints, update tox config #526

Open mhindery opened 3 months ago

mhindery commented 3 months ago

Add simple type hints to some of the methods.

Remove some of the obsolete python versions from the config. I've now made this to start with python 3.9. Supporting any kind of type hints with ancient python versions is not possible, we should not keep supporting this.

github-actions[bot] commented 3 months ago

Your PR was set to target main, PRs should be target develop The base branch of this PR has been automatically changed to develop, please check that there are no merge conflicts.