techouse / mysql-to-sqlite3

Transfer data from MySQL to SQLite
https://techouse.github.io/mysql-to-sqlite3/
MIT License
217 stars 31 forks source link

:fire: drop support for Python 3.7 #59

Closed techouse closed 1 year ago

techouse commented 1 year ago

Python 3.7 reached EOL on 27/06/2023. With most packages that this package relies on dropping support for it, I will follow suit.

codecov[bot] commented 1 year ago

Codecov Report

Merging #59 (fc1aa24) into master (5b250ad) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files           8        8           
  Lines         553      553           
=======================================
  Hits          485      485           
  Misses         68       68           
Files Coverage Δ
mysql_to_sqlite3/__init__.py 100.00% <100.00%> (ø)