aai-institute / nnbench

A small framework for benchmarking machine learning models.
https://aai-institute.github.io/nnbench/
Apache License 2.0
10 stars 3 forks source link

Bump oldest supported Python to 3.10 #147

Closed nicholasjng closed 2 days ago

nicholasjng commented 2 days ago

With Python 3.13 released today, this is in line with NumPy's oldest supported Python policy, which removes support for Pythons older than 42 months or 3.5 years.

This also includes some QoL improvements like pyupgrade, uv pip compile hooks, and the Self type in classmethods.