diff --git a/.cirrus.yml b/.cirrus.yml index 315d834..77da08d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -89,6 +89,12 @@ mac_task: - env: PY_VER: "3.11" RAYLIB_PLATFORM: Desktop + - env: + PY_VER: "3.11" + RAYLIB_PLATFORM: SDL + - env: + PY_VER: "3.12" + RAYLIB_PLATFORM: Desktop - env: PY_VER: "3.12" RAYLIB_PLATFORM: SDL diff --git a/setup.py b/setup.py index c91f3bb..edac878 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def has_ext_modules(foo): # should be name="raylib"+NAME but then Github doesn't track dependants setup( - name="raylib", + name="raylib"+NAME, version=VERSION, description="Python CFFI bindings for Raylib", long_description=README,