Skip to content

Commit

Permalink
CI: add 3.13t to build matrix on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Oct 29, 2024
1 parent 12658a5 commit 00f2b2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
tox_env: py312-full
- python: '3.13'
tox_env: py313-full
- python: '3.13t'
tox_env: py313-full
- python: '3.14.0-alpha.1 - 3.14'
tox_env: py314-full
- python: 'pypy-3.10'
Expand All @@ -67,8 +69,15 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Install Python
if: matrix.python != '3.13t'
with:
python-version: ${{ matrix.python}}
- name: Install Python
uses: deadsnakes/action@e640ac8743173a67cca4d7d77cd837e514bf98e8 # v3.2.0
if: matrix.python == '3.13t'
with:
python-version: '3.13'
nogil: true
- name: Install apt packages
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
- name: Install tox
Expand Down

0 comments on commit 00f2b2b

Please sign in to comment.