Merge pull request #2019 from ngoldbaum/setup-python-ft · gitpython-developers/GitPython@3b61fca

Original file line numberDiff line numberDiff line change

@@ -44,20 +44,11 @@ jobs:

4444

fetch-depth: 0

4545
4646

- name: Set up Python ${{ matrix.python-version }}

47-

if: |-

48-

!endsWith(matrix.python-version, 't')

4947

uses: actions/setup-python@v5

5048

with:

5149

python-version: ${{ matrix.python-version }}

5250

allow-prereleases: ${{ matrix.experimental }}

5351
54-

- name: Set up Python ${{ matrix.python-version }} (free-threaded)

55-

if: endsWith(matrix.python-version, 't')

56-

uses: Quansight-Labs/setup-python@v5

57-

with:

58-

python-version: ${{ matrix.python-version }}

59-

allow-prereleases: ${{ matrix.experimental }}

60-
6152

- name: Set up WSL (Windows)

6253

if: matrix.os-type == 'windows'

6354

uses: Vampire/setup-wsl@v5.0.0