transitmatters / t-performance-dash

TransitMatters performance visualizer for the MBTA
https://dashboard.transitmatters.org/
MIT License
48 stars 16 forks source link

Python3.12 upgrade #958

Closed devinmatte closed 2 months ago

devinmatte commented 3 months ago

Motivation

Chalice now supports Python 3.12, we should use it for the performance gains that come with it and for staying on modern releases

Changes

Updates Python and Chalice to 3.12 support

Testing Instructions