sublee / trueskill

An implementation of the TrueSkill rating system for Python
https://trueskill.org/
Other
742 stars 112 forks source link

Add support for Python 3.6 and 3.7 #31

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Includes PR #30, and the last commit here adds support for Python 3.6 and 3.7.

Python 3.7 needs a small workaround for Travis CI, see https://github.com/travis-ci/travis-ci/issues/9815 for more info.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.208% when pulling 071aa4a6fddaa7de6ee0aba21aa616e05ff1c0a1 on hugovk:add-new-python into e35d7276211b04d6ad940d347842814b674a5308 on sublee:master.