From 7e2da775ae9f8b1795091fa5253fb77f279cd7bf Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 15 Oct 2024 19:51:44 +0100 Subject: [PATCH] try --- .cirrus.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index da671d7..dd1045a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -43,6 +43,25 @@ mac_task: - env: PY_VER: "3.9" RAYLIB_PLATFORM: SDL + - env: + PY_VER: "3.10" + RAYLIB_PLATFORM: Desktop + - env: + PY_VER: "3.10" + RAYLIB_PLATFORM: SDL + - env: + PY_VER: "3.11" + RAYLIB_PLATFORM: Desktop + - env: + PY_VER: "3.12" + RAYLIB_PLATFORM: SDL + - env: + PY_VER: "3.13" + RAYLIB_PLATFORM: Desktop + - env: + PY_VER: "3.13" + RAYLIB_PLATFORM: SDL + setup_script: - brew update @@ -79,6 +98,6 @@ mac_task: - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages cffi - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel - - RAYLIB_PLATFORM=SDL /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel + - /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel artifacts: path: "dist/*" \ No newline at end of file