Skip to content

Commit 269f333

Browse files
committed
Add support for Python 3.14
Updated tox and GitHub Actions configurations to include Python 3.14. Also, updated classifiers in pyproject.toml to reflect compatibility with Python 3.14.
1 parent 281cb6a commit 269f333

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1718
"Operating System :: OS Independent",
1819
"Topic :: Software Development :: Libraries",
1920
"Topic :: Utilities",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66
django42-py{39,310,311,312}
77
django50-py{310,311,312}
88
django51-py{310,311,312,313}
9-
django52-py{310,311,312,313}
9+
django52-py{310,311,312,313,314}
1010

1111
[gh-actions]
1212
python =
@@ -15,6 +15,7 @@ python =
1515
3.11: py311
1616
3.12: py312
1717
3.13: py313
18+
3.14: py314
1819

1920
[testenv]
2021
package = wheel

0 commit comments

Comments
 (0)