diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16e532fd..0bed75b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.13", "3.14", "3.14t"] include: - os: ubuntu-latest python-version: "3.10" diff --git a/traitlets/config/application.py b/traitlets/config/application.py index 672fa1c9..b07ca818 100644 --- a/traitlets/config/application.py +++ b/traitlets/config/application.py @@ -215,7 +215,8 @@ def _classes_inc_parents( _log_formatter_cls = LevelFormatter log_datefmt = Unicode( - "%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s" + "%Y-%m-%d %H:%M:%S", + help="The date format used by logging formatters for `asctime`", ).tag(config=True) log_format = Unicode(