gunyarakun / python-shogi

A pure Python shogi library with move generation and validation and handling of common formats.
GNU General Public License v3.0
179 stars 43 forks source link

Resolve errors because of dict changes in Python #39

Closed gunyarakun closed 3 years ago

gunyarakun commented 3 years ago

After merging the pull req #38, some tests fail because Python changes the dict implementation. https://travis-ci.org/github/gunyarakun/python-shogi

gunyarakun commented 3 years ago

DerAndereJohannes-san resolved the errors in #40