yoyoberenguer / PygameShader

2D Game texture special effects
GNU General Public License v3.0
24 stars 0 forks source link

PygameShader support python3 versions 3.6 or above got version 3.11 #7

Closed ProfessorDragon closed 1 year ago

ProfessorDragon commented 1 year ago

Describe the bug PygameShader won't install with Python 3.11. Is it possible to add support for newer version of Python?

To Reproduce Run pip install PygameShader==1.0.8 with Python 3.11

Expected behavior I expect the module to install successfully.

Screenshots image

yoyoberenguer commented 1 year ago

Hi, Thank you for your inputs. The version 1.0.9 will be released soon (in few days) with Python 3.11 compatibility.

yoyoberenguer commented 1 year ago

Version 1.0.9 is now available via pip, this version is compatible with python 3.11 C:>pip install PygameShader==1.0.9

ProfessorDragon commented 1 year ago

Awesome, thanks