Skip to content

Commit 1545e0c

Browse files
authored
feat: python 3.13 (#831)
1 parent aa5e23b commit 1545e0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "3.10"
2424
- "3.11"
2525
- "3.12"
26+
- "3.13"
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Operating System :: OS Independent",
2021
"Environment :: Web Environment",
2122
"Intended Audience :: Developers",
@@ -89,7 +90,7 @@ legacy_tox_ini = """
8990
[tox]
9091
isolated_build = true
9192
envlist =
92-
python{38,39,310,311,312}-django{32,41,42,50,51}
93+
python{38,39,310,311,312,313}-django{32,41,42,50,51}
9394
9495
[testenv]
9596
skip_install = true

0 commit comments

Comments
 (0)