SimCMinMax / AutoSimC

Python script to create multiple profiles for Simcraft to find Best-in-Slot and best enchants/gems/talents combination.
GNU General Public License v3.0
54 stars 17 forks source link

Still an Python 3.4 Issue #18

Closed Maheine closed 6 years ago

Maheine commented 6 years ago

Fresh pull Python3.4

  File "main.py", line 574
    combined_gem_list = [*gems_on_gear, *gem_list]
                                ^
SyntaxError: can use starred expression only as assignment target
scamille commented 6 years ago

Ok I got Travis CI working.

https://travis-ci.org/SimCMinMax/AutoSimC/builds/313957847

finished with python 3.4.6 ;)