Skip to content

Commit

Permalink
Add free-threaded job
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 1, 2024
1 parent f9596af commit 073fecd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
python-version: [
"pypy3.10",
"pypy3.9",
"3.13-dev",
"3.12-dev",
"3.11-dev",
"3.13",
"3.12",
"3.11",
Expand All @@ -58,6 +55,10 @@ jobs:
REVERSE: "--reverse"
- python-version: "3.10"
PYTHONOPTIMIZE: 2
- { os: "ubuntu-latest", python-version: "3.13-dev", disable-gil: true }
- { os: "ubuntu-latest", python-version: "3.13-dev", disable-gil: false }
- { os: "ubuntu-latest", python-version: "3.12-dev", disable-gil: false }
- { os: "ubuntu-latest", python-version: "3.11-dev", disable-gil: false }

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand All @@ -80,6 +81,7 @@ jobs:
if: endsWith(matrix.python-version, '-dev')
with:
python-version: ${{ matrix.python-version }}
nogil: ${{ matrix.disable-gil }}

- name: Build system information
run: python3 .github/workflows/system-info.py
Expand Down

0 comments on commit 073fecd

Please sign in to comment.