We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c79346 commit d6ba624Copy full SHA for d6ba624
.cirrus.yml
@@ -89,6 +89,12 @@ mac_task:
89
- env:
90
PY_VER: "3.11"
91
RAYLIB_PLATFORM: Desktop
92
+ - env:
93
+ PY_VER: "3.11"
94
+ RAYLIB_PLATFORM: SDL
95
96
+ PY_VER: "3.12"
97
+ RAYLIB_PLATFORM: Desktop
98
99
PY_VER: "3.12"
100
RAYLIB_PLATFORM: SDL
setup.py
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
25
26
# should be name="raylib"+NAME but then Github doesn't track dependants
27
setup(
28
- name="raylib",
+ name="raylib"+NAME,
29
version=VERSION,
30
description="Python CFFI bindings for Raylib",
31
long_description=README,
0 commit comments