Skip to content

Commit

Permalink
py313
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 21, 2024
1 parent a6b3b1e commit 2734e6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Next version
emails to authors option.
* Stopped slugifying choice values so that we properly support non-latin
characters.
- Added Python 3.13.

0.26
----
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development",
]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py{39,310}-dj{32,42}
py{310,311}-dj{32,42,50,main}
py{312}-dj{42,50,51,main}
py{313}-dj{51,main}

[testenv]
usedevelop = true
Expand Down

0 comments on commit 2734e6d

Please sign in to comment.