Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.3
3.14.4
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| -------------------- | ---------------------------------- | ------------------------------------------------------------------------------- |
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
| Ruby exercises | Ruby 4.0.2 (`.ruby-version`) | Bundler-managed gems per kata; default relies on stdlib. |
| Python exercises | CPython 3.14.3 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
| Python exercises | CPython 3.14.4 (`.python-version`) | Requirements are declared per exercise; base templates use stdlib only. |
| JavaScript exercises | Node v25.9.0 (`.node-version`) | Use the Node toolchain plus any dependencies listed inside each `package.json`. |

## Backward Compatibility
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1. Environment

- Python 3.14.3
- Python 3.14.4

## 2. Bulk Execution of Unit Tests

Expand Down
Loading