Skip to content

Commit 1fee01d

Browse files
author
Fabien Coelho
committed
get CI with t versions
GitHub/Microsoft is in no hurry to support Python nogil
1 parent a4b7198 commit 1fee01d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/ppp.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
# 3.13: gevent is not supported yet
1414
# 3.13: greenlet (eventlet?) is not supported yet
1515
# 3.13/3.14: TODO trigger nogil tests when available!
16-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.10"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy3.10"]
1717
steps:
1818
# Setup
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v5
21+
# uses: actions/setup-python@v5
22+
# FIXME cache: 'pip' # ???
23+
uses: Quandsight-Labs/setup-python@v5
2224
with:
2325
python-version: ${{ matrix.python-version }}
2426
allow-prereleases: true

0 commit comments

Comments
 (0)