Skip to content

Commit 6461b54

Browse files
committed
py-game_sdl2: allow building this for Python 3.12
If this doesn't support 3.12, then it probably also doesn't support 3.13 Either way, when you change this, please don't forget to adapt py-renpy too.
1 parent 2ea252d commit 6461b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devel/py-game_sdl2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.10 2025/05/12 05:18:50 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.11 2025/05/16 12:27:20 wiz Exp $
22

33
DISTNAME= pygame_sdl2-2.1.0+renpy8.3.7
44
PKGNAME= ${PYPKGPREFIX}-game_sdl2-2.1.0.8.3.7
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/renpy/pygame_sdl2
1010
COMMENT= Set of Python modules designed for writing games for RenPy
1111
LICENSE= gnu-lgpl-v2.1
1212

13-
PYTHON_VERSIONS_INCOMPATIBLE= 27 312
13+
PYTHON_VERSIONS_INCOMPATIBLE= 27
1414

1515
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
1616

0 commit comments

Comments
 (0)