Skip to content

Commit

Permalink
Add Python 3.12, Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 27, 2024
1 parent 058d49e commit 9ab14a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Change log

.. _Next version: https://github.com/feinheit/django-email-hosts/compare/0.2...main

- Added Django 4.1, 4.2, Python 3.11.
- Added Django 4.1, 4.2, 5.0, Python 3.11, 3.12.
- Fixed a typo in the README.
- Modernized the package.
- Added a command to send test mails using all configured email backends.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = [
"version",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{39,310}-dj{32,41,42}
py{310,311}-dj{32,41,42,main}
py{310,311,312}-dj{32,41,42,50,main}
docs

[testenv]
Expand All @@ -14,6 +14,7 @@ deps =
dj32: Django>=3.2,<4.0
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:docs]
Expand Down

0 comments on commit 9ab14a2

Please sign in to comment.