From c42f074e7085f31a9d709c7eaac02eff953cec85 Mon Sep 17 00:00:00 2001 From: hayat01sh1da Date: Fri, 10 Apr 2026 19:01:01 +0900 Subject: [PATCH] Bump Python to 3.14.4 --- .python-version | 2 +- SECURITY.md | 2 +- python/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index da71773..0104088 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.3 +3.14.4 diff --git a/SECURITY.md b/SECURITY.md index ff23b31..011e1c2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ | ------------- | ---------------------------------- | ---------------------------------------------------------------------------------------- | | OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. | | Ruby sorter | Ruby 4.0.2 (`.ruby-version`) | Uses Ruby stdlib (`JSON`, `FileUtils`). Declare extra gems if introduced. | -| Python sorter | CPython 3.14.3 (`.python-version`) | Uses Python stdlib (`json`, `argparse`). Add `requirements.txt` for third-party modules. | +| Python sorter | CPython 3.14.4 (`.python-version`) | Uses Python stdlib (`json`, `argparse`). Add `requirements.txt` for third-party modules. | ## Backward Compatibility diff --git a/python/README.md b/python/README.md index cc1061b..0d5e5b2 100644 --- a/python/README.md +++ b/python/README.md @@ -1,6 +1,6 @@ ## 1. Environment -- Python 3.14.3 +- Python 3.14.4 ## 2. Execution