carykh / PrisonersDilemmaTournament

Watch This Place's awesome video about iterated Prisoner's Dilemma for context! https://www.youtube.com/watch?v=BOvAbjfJ0x0
MIT License
205 stars 160 forks source link

What version of python is expected to be used? #8

Closed LaTrissTitude closed 3 years ago

LaTrissTitude commented 3 years ago

There are some useful tools available in the latest version of python, up to with version can we use them?

peterHoburg commented 3 years ago

I made a PR attempting to address this issue. I would assume 3.9.5? But I could be wrong.

nobody5050 commented 3 years ago

It’s working fine for me on 3.8

peterHoburg commented 3 years ago

All of the code that is written should work on 3.7(?)+, but there are features you might want to use in your .py file from 3.9

carykh commented 3 years ago

I'm using Python version 3.9.1 on my computer, so that's probably the version I'll run the final tournament with!

carykh commented 3 years ago

oh but yeah, I wouldn't be surprised if versions 3.7 - 3.9.5 all worked fine, because I don't think I used any features on python that have been changed/added recently