We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990abd2 commit fd95a93Copy full SHA for fd95a93
1 file changed
.github/workflows/ci-hygiene.yml
@@ -25,7 +25,7 @@ permissions: # WHY: Use least privileges required.
25
env:
26
PYTHONUNBUFFERED: "1" # WHY: Real-time logging.
27
PYTHONIOENCODING: "utf-8" # WHY: Ensure UTF-8 encoding for international characters.
28
- PYTHON_VERSION: "3.15"
+ PYTHON_VERSION: "3.14"
29
NODE_VERSION: "24"
30
31
jobs:
0 commit comments