Skip to content

Commit 2df2de7

Browse files
committed
Update Python to 3.14.3
1 parent 8801d2e commit 2df2de7

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.2
1+
3.14.3

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| -------------------- | ------------------------------ | ----- |
1212
| OS baseline | WSL (Ubuntu 24.04.3 LTS) | Matches the README instructions. |
1313
| Ruby generators | Ruby 4.0.1 (`.ruby-version`) | Uses Ruby stdlib; add gems per script if needed. |
14-
| Python generators | CPython 3.14.2 (`.python-version`) | Uses Python stdlib; add `requirements.txt` if introducing third-party libs. |
14+
| Python generators | CPython 3.14.3 (`.python-version`) | Uses Python stdlib; add `requirements.txt` if introducing third-party libs. |
1515

1616
## Backward Compatibility
1717

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.2
3+
- Python 3.14.3
44

55
## 2. Execution
66

0 commit comments

Comments
 (0)