pndurette / gTTS

Python library and CLI tool to interface with Google Translate's text-to-speech API
http://gtts.readthedocs.org/
MIT License
2.26k stars 361 forks source link

Add Python 3.12 (and remove Python 3.7) #428

Closed pndurette closed 11 months ago

pndurette commented 11 months ago

This PR,

BEGIN_COMMIT_OVERRIDE feat: Add Python 3.12 support

feat: Remove Python 3.7 support (end-of-life) END_COMMIT_OVERRIDE

codecov[bot] commented 11 months ago

Codecov Report

Merging #428 (cdd7586) into main (17ffa92) will not change coverage. Report is 15 commits behind head on main. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   98.77%   98.77%           
=======================================
  Files          13       13           
  Lines         326      326           
=======================================
  Hits          322      322           
  Misses          4        4           
pndurette commented 11 months ago

On hold while actions/setup-python gets Python 3.12 support.