BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
472 stars 156 forks source link

Add python3.11 suppport #154

Closed BurnySc2 closed 1 year ago

BurnySc2 commented 1 year ago

Blocked until aiohttp works with Py3.11 It seems a poetry update fixed it

codecov-commenter commented 1 year ago

Codecov Report

Merging #154 (b2ebd85) into develop (45d5021) will increase coverage by 0.11%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #154      +/-   ##
===========================================
+ Coverage    80.33%   80.45%   +0.11%     
===========================================
  Files           93       93              
  Lines        12655    12655              
===========================================
+ Hits         10166    10181      +15     
+ Misses        2489     2474      -15     
Impacted Files Coverage Δ
sc2/bot_ai_internal.py 85.45% <0.00%> (+0.18%) :arrow_up:
examples/zerg/zerg_rush.py 83.33% <0.00%> (+1.11%) :arrow_up:
examples/zerg/hydralisk_push.py 70.73% <0.00%> (+1.21%) :arrow_up:
examples/terran/cyclone_push.py 66.66% <0.00%> (+1.33%) :arrow_up:
examples/terran/mass_reaper.py 64.85% <0.00%> (+5.44%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.