Skip to content

Commit

Permalink
feat: python 3.13 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Oct 31, 2024
1 parent aa5e23b commit 1545e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -89,7 +90,7 @@ legacy_tox_ini = """
[tox]
isolated_build = true
envlist =
python{38,39,310,311,312}-django{32,41,42,50,51}
python{38,39,310,311,312,313}-django{32,41,42,50,51}
[testenv]
skip_install = true
Expand Down

0 comments on commit 1545e0c

Please sign in to comment.