zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
44 stars 11 forks source link

Fixes issue #162 #163

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

Why

Python version reported in readme was incorrectly reading version 3.7+. This was brought to attention by @tomdmason.

What

Corrected versioning mistake from 3.7+ to 3.10+, due to python 3.10 being the earlier version supporting KW_ONLY. This fixes issue #162 Python Version compatibility

Tests

No Testing

Risk and impact

None