Skip to content

Commit cce9459

Browse files
rc2
1 parent ee5b199 commit cce9459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 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.10', '3.11', '3.12', '3.13', '3.14.0-rc.1', 'pypy-3.10', 'pypy-3.11' ]
18+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.2', 'pypy-3.10', 'pypy-3.11' ]
1919
raylib-platform: ['Desktop', 'SDL']
2020
env:
2121
MACOSX_DEPLOYMENT_TARGET: '10.13'
@@ -264,7 +264,7 @@ jobs:
264264
# You can use PyPy versions in python-version.
265265
# For example, pypy2 and pypy3
266266
matrix:
267-
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.1', 'pypy-3.10', 'pypy-3.11' ]
267+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.2', 'pypy-3.10', 'pypy-3.11' ]
268268
raylib-platform: ['Desktop', 'SDL']
269269
steps:
270270
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)