jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.25k stars 333 forks source link

Drop support prior to python 3.8 #294

Closed tjburch closed 1 year ago

tjburch commented 1 year ago

Dependencies, specifically pandas and I think numpy too, have dropped support for python versions prior to 3.8, we should follow suit.

tjburch commented 1 year ago

Closing per #311 #313 and #318