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
14 changes: 7 additions & 7 deletions .github/workflows/e2e-cache-freethreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand All @@ -60,7 +60,7 @@ jobs:
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
]
python-version: [3.13.0, 3.13.1, 3.13.2]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install poetry
run: pipx install poetry
- name: Init pyproject.toml
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- os: windows-latest
python-version: pypy-3.11-v7.x
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- os: ubuntu-22.04-arm
python-version: pypy-3.10-v7.x
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
'3.13'
]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install poetry
run: pipx install poetry
- name: Init pyproject.toml
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- os: windows-latest
python-version: pypy-3.11-v7.x
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- os: ubuntu-22.04-arm
python-version: pypy-3.11-v7.x
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
id: cache-pipenv
uses: ./
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run with setup-python 3.9.13
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-immutable-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checking out
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Publish
id: publish
uses: actions/publish-immutable-action@v0.0.4
6 changes: 3 additions & 3 deletions .github/workflows/test-graalpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.graalpy }}
id: setup-python
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.graalpy }}
id: setup-python
Expand All @@ -108,7 +108,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, macos-13]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup GraalPy and check latest
uses: ./
id: graalpy
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.pypy }}
id: setup-python
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.pypy }}
id: setup-python
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.pypy }}
id: setup-python
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
macos-13
]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup PyPy and check latest
uses: ./
with:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
macos-13
]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup PyPy and check latest
uses: ./
with:
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/test-python-freethreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.python }}
id: setup-python
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: echo ${{ matrix.python }} > .python-version
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: echo ${{ matrix.python }} > .python-version
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
python: [3.13.0, 3.13.1, 3.13.2]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: |
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
python: [3.13.0, 3.13.1, 3.13.2]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: |
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-tool-versions-file ${{ matrix.python }}
run: |
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
python: [3.13t, 3.14t-dev]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: |
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: build-version-file ${{ matrix.python }}
run: |
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python 3.14.0-alpha.6
id: setup-python
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python 3.14t-dev
id: setup-python
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python 3.14t
id: setup-python
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
python: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: setup-python ${{ matrix.python }}
id: setup-python
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
]
python-version: [3.13t, 3.14t-dev]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python and check latest
id: setup-python
uses: ./
Expand All @@ -511,7 +511,7 @@ jobs:
macos-13
]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python and check latest
id: setup-python
uses: ./
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
python: [3.13.1, 3.13.2, 3.14-dev, 3.14.0-alpha.6]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: setup-python ${{ matrix.python }}
id: setup-python
uses: ./
Expand Down
Loading
Loading