Skip to content

Commit 9363ebe

Browse files
committed
Tested with Python 3.14
1 parent e8ad738 commit 9363ebe

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/test-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
17+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"]
1818
exclude:
1919
- os: windows-latest
2020
python-version: "2.7"

SetupConfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
Programming Language :: Python :: 3.11
6363
Programming Language :: Python :: 3.12
6464
Programming Language :: Python :: 3.13
65+
Programming Language :: Python :: 3.14
6566
Topic :: Internet :: WWW/HTTP
6667
Topic :: Internet :: WWW/HTTP :: Dynamic Content
6768
Topic :: Internet :: WWW/HTTP :: Site Management

docs/news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ News
44
Development (master)
55
--------------------
66

7+
- Tested with Python 3.14.
8+
79
3.4.0 (2024-12-02)
810
------------------
911

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.15
3-
envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,36,311,312}-flake8
3+
envlist = py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3},py{27,36,311,312}-flake8
44

55
[testenv]
66
commands =
@@ -13,14 +13,14 @@ passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
1313
setenv =
1414
LC_CTYPE = en_US.UTF-8
1515

16-
[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
16+
[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}]
1717
commands =
1818
{[testenv]commands}
1919
{envpython} {envsitepackagesdir}/Cheetah/Tests/Test.py
2020
{envpython} {envsitepackagesdir}/Cheetah/Tests/Test.py --namemapper-pure
2121
{envpython} {envsitepackagesdir}/Cheetah/Tests/test_abs_import.py
2222

23-
[testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
23+
[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314}-flake8]
2424
deps =
2525
flake8
2626
commands =

0 commit comments

Comments
 (0)