posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.44k stars 50 forks source link

Update list of supported Python versions to match those tested #269

Closed discdiver closed 3 months ago

discdiver commented 3 months ago

Summary

Existing README screenshot:

Screenshot 2024-04-05 at 8 40 52 AM

Shows support for Python 3.7, 3.8, and 3.9. The GitHub Actions test matrix shows python-version: ["3.9", "3.10", "3.11", "3.12"].

This PR updates the supported Python version list to match what's tested.

Checklist

Fixes: https://github.com/posit-dev/great-tables/issues/220

discdiver commented 3 months ago

Not sure why pre-commit failed - I didn't touch the file it changed.