Skip to content

Commit 4f45412

Browse files
committed
Bump Python to 3.14.4
1 parent f223885 commit 4f45412

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.3
1+
3.14.4

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| -------------------- | ---------------------------------- | ------------------------------------------------------------------------------- |
1010
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
1111
| Ruby exercises | Ruby 4.0.2 (`.ruby-version`) | Bundler-managed gems per kata; default relies on stdlib. |
12-
| Python exercises | CPython 3.14.3 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
12+
| Python exercises | CPython 3.14.4 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
1313
| JavaScript exercises | Node v25.9.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |
1414

1515
## Backward Compatibility

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1. Environment
22

3-
- Python 3.14.3
3+
- Python 3.14.4
44

55
## 2. Bulk Execution of Unit Tests
66

0 commit comments

Comments
 (0)