discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

ci: add python 3.10 to workflows #48

Closed onerandomusername closed 3 years ago

onerandomusername commented 3 years ago

With python 3.10 set to release in a few months, it would be a good idea to ensure code works on it while developing it.

If it breaks at any point, that's a good sign of a regression.

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (6138ff5) into main (21853e6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files           5        5           
  Lines         283      283           
  Branches        7        7           
=======================================
  Hits          259      259           
  Misses         20       20           
  Partials        4        4           

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 21853e6...6138ff5. Read the comment docs.

onerandomusername commented 3 years ago

Decided internally to wait until 3.10 is stable and our dependencies all officially support 3.10.