Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d41539a

Browse files
committed
ci: Bump free-threading build to Python 3.14
Since manylinux dropped support for 3.13t wheels [1], cibuildwheel also did so with their 4.0.0 release [2]. Consequently, Pandas no longer has those wheels in the nightly collection, breaking our nightly tests. [1] pypa/manylinux#1882 [2] pypa/cibuildwheel#2683
1 parent fe78309 commit d41539a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pygobject-ver: '<3.52.0'
7171
- name-suffix: "Free-threaded"
7272
os: ubuntu-22.04
73-
python-version: '3.13t'
73+
python-version: '3.14t'
7474
# https://github.com/matplotlib/matplotlib/issues/29844
7575
pygobject-ver: '<3.52.0'
7676
- os: ubuntu-24.04

0 commit comments

Comments
 (0)