Skip to content

Commit

Permalink
CI: test free threading Python 3.13
Browse files Browse the repository at this point in the history
The manylinux docker images added support for Python 3.13 build with
free threading support. Trade python3.11 for python3.13t in the
manylinux jobs.
  • Loading branch information
dnicolodi committed May 13, 2024
1 parent 09cfd8e commit 17546a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ fedora-37_task:
cpu: 1
<< : *test

manylinux-python3.11_task:
manylinux-python3.13t_task:
container:
dockerfile: ci/manylinux.docker
cpu: 1
env:
PATH: "/opt/python/cp311-cp311/bin/:${PATH}"
PATH: "/opt/python/cp313-cp313t/bin/:${PATH}"
<< : *test

manylinux-python3.7_task:
Expand Down
2 changes: 1 addition & 1 deletion ci/manylinux.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20240503
# 20240513
FROM quay.io/pypa/manylinux_2_28_x86_64
RUN dnf -y update && dnf -y install ninja-build && dnf clean all

0 comments on commit 17546a5

Please sign in to comment.