Skip to content

Commit

Permalink
Added support for Python 3.13. (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Nov 17, 2024
1 parent 5bb4151 commit 76495ed
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -19,6 +19,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
py{38,39,310,311}-dj42
py{310,311,312}-dj50
py{310,311,312}-dj51
py{310,311,312}-djmain
py{310,311,312,313}-dj51
py{310,311,312,313}-djmain
qa

[testenv]
Expand Down

0 comments on commit 76495ed

Please sign in to comment.