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

Py312 #508

Closed foarsitter closed 11 months ago

foarsitter commented 11 months ago

This PR adds Python 3.12 to the test matrix and manually installs setuptools since Python 3.12 is not bundled with it.

github-actions[bot] commented 11 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.

coveralls commented 11 months ago

Coverage Status

coverage: 92.612% (+0.3%) from 92.268% when pulling 54cd3b25cdd02d7f7771f7a4a1a5c63d85f010cd on foarsitter:py312 into e3e7fc9551858d1a41ed21ff7e46245e4f97652c on joke2k:develop.

sergeyklay commented 11 months ago

Thank you