Skip to content

Commit e3d5c5a

Browse files
authored
start testing on 3.14 and 3.14t (#929)
1 parent 4c7911e commit e3d5c5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: ["3.9", "3.13"]
27+
python-version: ["3.9", "3.13", "3.14", "3.14t"]
2828
include:
2929
- os: ubuntu-latest
3030
python-version: "3.10"

traitlets/config/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ def _classes_inc_parents(
215215
_log_formatter_cls = LevelFormatter
216216

217217
log_datefmt = Unicode(
218-
"%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s"
218+
"%Y-%m-%d %H:%M:%S",
219+
help="The date format used by logging formatters for `asctime`",
219220
).tag(config=True)
220221

221222
log_format = Unicode(

0 commit comments

Comments
 (0)