davide-ceretti / strategypy

A strategy game for Python bots with replaceable front ends
MIT License
36 stars 11 forks source link

Add py34 compatibility #24

Closed davide-ceretti closed 9 years ago

raulcd commented 9 years ago

In PR https://github.com/davide-ceretti/strategypy/pull/32 there is compatibility for python3.4 for the base code. play.sh works as expected. There is not Python3.4 compatibility for the different frontends though. Should we also add this? Should it be done on another PR?

davide-ceretti commented 9 years ago

I'd probably add py34 compatibility for https://github.com/davide-ceretti/strategypy/blob/master/strategypy/consolefe.py as well. All the other FEs live in other repos anyway.

raulcd commented 9 years ago

Added on PR https://github.com/davide-ceretti/strategypy/pull/32

davide-ceretti commented 9 years ago

Closed via https://github.com/davide-ceretti/strategypy/pull/32.

Thanks @raulcd