Skip to content

Commit

Permalink
Added Python 3.13 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Nov 19, 2024
1 parent d8935f2 commit 1c7d044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'

steps:
- uses: actions/checkout@v4
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",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
{py38,py39,py310,py311}-django{42}-crispy{2,-latest},
{py310,py311,py312}-django{50,51}-crispy{2,-latest},
{py313}-django{51}-crispy{2,-latest},
lint

[testenv]
Expand Down

0 comments on commit 1c7d044

Please sign in to comment.