Skip to content
8 changes: 8 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,16 @@ jobs:
python-version: '3.13'
- name: Verify 3.13
run: python __tests__/verify-python.py 3.13

- name: Install pipx (Windows)
if: runner. os == 'Windows'
run: python -m pip install pipx

- name: Run python-path sample 3.13
run: pipx run --python '${{ steps.cp313.outputs.python-path }}' nox --version
env:
PIPX_HOME: '${{ runner.temp }}/pipx'
PIPX_BIN_DIR: '${{ runner.temp }}/pipx/bin'

- name: Run with setup-python ==3.13
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion __tests__/data/requirements-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ packaging==20.7
pdf2image==1.12.1
Pygments==2.6.1
requests==2.32.4
urllib3==2.6.0
urllib3==2.6.3
xlrd==1.2.0
2 changes: 1 addition & 1 deletion __tests__/data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ pywin32-ctypes==0.2.0

requests==2.32.4

urllib3==2.6.0
urllib3==2.6.3

xlrd==1.2.0
12 changes: 2 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-python",
"version": "6.0.1",
"version": "6.2.0",
"private": true,
"description": "Setup python action",
"main": "dist/index.js",
Expand Down
Loading