Compatibility
Is there a specific version of Python that entries should be compatible with, or does it not matter? (I have 2.4 and 2.5 on my system at the moment.)(log in to comment)
Comments
9. Target platform
All entries must run in Python on the latest available libraries (ie. the latest release of PyGame, PyOpenGL, etc).
This doesn't mean you have to develop on those latest versions, just that any code you produce must work on those versions.
I was always under the opinon that this included python, so you could use any version of python to create your program.
But your code must run on the latest version of python as well.
alex on 2006/08/31 13:58:
Bear in mind that many users on the Pygame-users list are still on Python 2.3, as are most Mac users.