-
Notifications
You must be signed in to change notification settings - Fork 683
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
The punycode module is deprecated for the step "Post Set Up Python 3.14".
Post job cleanup.
(node:2227) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Partial snippet of my YML file:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.14"]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
Action version:
v6.1.0
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
I have tested on Python 3.14.
Repro steps:
Run a job that uses 'setup-python'.
Expected behavior:
Deprecation message does not appear.
Actual behavior:
Deprecation message appears.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working