Skip to content

Commit 8a45dfa

Browse files
pypy 3.11 build
1 parent 32061da commit 8a45dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-13
1616
strategy:
1717
matrix:
18-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
18+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
1919
raylib-platform: ['Desktop', 'SDL']
2020
env:
2121
MACOSX_DEPLOYMENT_TARGET: '10.13'
@@ -187,7 +187,7 @@ jobs:
187187
# You can use PyPy versions in python-version.
188188
# For example, pypy2 and pypy3
189189
matrix:
190-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
190+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
191191
raylib-platform: ['Desktop', 'SDL', 'DRM']
192192
steps:
193193
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -271,7 +271,7 @@ jobs:
271271
# You can use PyPy versions in python-version.
272272
# For example, pypy2 and pypy3
273273
matrix:
274-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
274+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
275275
raylib-platform: ['Desktop', 'SDL']
276276
steps:
277277
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
2525

2626
# should be name="raylib"+NAME but then Github doesn't track dependants
2727
setup(
28-
name="raylib",
28+
name="raylib"+NAME,
2929
version=VERSION,
3030
description="Python CFFI bindings for Raylib",
3131
long_description=README,

0 commit comments

Comments
 (0)