pypy 3.11 build

This commit is contained in:
Richard Smith 2025-02-12 02:43:56 +00:00
parent 32061daadb
commit 8a45dfad6d
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: macos-13 runs-on: macos-13
strategy: strategy:
matrix: matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
raylib-platform: ['Desktop', 'SDL'] raylib-platform: ['Desktop', 'SDL']
env: env:
MACOSX_DEPLOYMENT_TARGET: '10.13' MACOSX_DEPLOYMENT_TARGET: '10.13'
@ -187,7 +187,7 @@ jobs:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
matrix: matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
raylib-platform: ['Desktop', 'SDL', 'DRM'] raylib-platform: ['Desktop', 'SDL', 'DRM']
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@ -271,7 +271,7 @@ jobs:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
matrix: matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
raylib-platform: ['Desktop', 'SDL'] raylib-platform: ['Desktop', 'SDL']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View file

@ -25,7 +25,7 @@ class BinaryDistribution(Distribution):
# should be name="raylib"+NAME but then Github doesn't track dependants # should be name="raylib"+NAME but then Github doesn't track dependants
setup( setup(
name="raylib", name="raylib"+NAME,
version=VERSION, version=VERSION,
description="Python CFFI bindings for Raylib", description="Python CFFI bindings for Raylib",
long_description=README, long_description=README,