Bump the libretro.py version to 0.3.1

This commit is contained in:
Jesse Talavera 2024-10-17 11:54:57 -04:00
parent 5e742eef33
commit cf7fe7ff16

View File

@ -1,6 +1,6 @@
# melonDS DS doesn't support OpenGL on macOS,
# so there's no need to install OpenGL dependencies
libretro.py==0.3.0
libretro.py[opengl]==0.3.0 ; sys_platform != "darwin"
libretro.py==0.3.1
libretro.py[opengl]==0.3.1 ; sys_platform != "darwin"
Pillow==10.3.0
more-itertools==10.2.* ; python_version < '3.12'