LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Bump python versions #153

Closed LewisGaul closed 2 years ago

LewisGaul commented 2 years ago

Drop support for 3.6 (EOL), add testing for 3.10, use 3.9 by default in GitHub actions testing.

codecov[bot] commented 2 years ago

Codecov Report

Merging #153 (427013c) into dev (31510f7) will increase coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #153      +/-   ##
==========================================
+ Coverage   73.22%   73.44%   +0.21%     
==========================================
  Files          20       20              
  Lines        2857     2888      +31     
==========================================
+ Hits         2092     2121      +29     
- Misses        765      767       +2     
Impacted Files Coverage Δ
minegauler/frontend/panel.py 87.80% <0.00%> (-1.63%) :arrow_down:
minegauler/core/engine.py 98.54% <0.00%> (+<0.01%) :arrow_up:
minegauler/core/api.py 93.15% <0.00%> (+0.09%) :arrow_up:
minegauler/shared/types.py 78.57% <0.00%> (+0.12%) :arrow_up:
minegauler/shared/utils.py 88.48% <0.00%> (+0.16%) :arrow_up:
minegauler/shared/highscores.py 71.81% <0.00%> (+0.38%) :arrow_up:
minegauler/frontend/state.py 77.63% <0.00%> (+3.53%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31510f7...427013c. Read the comment docs.