Closed
Description
Is your feature request related to a problem? Please describe.
PyTorch 2.0 was released yesterday, adding Python 3.11 support. However, the latest release of timm does not yet support Python 3.11 (#1530).
Describe the solution you'd like
I hate to be that guy, but could we get a new release soon that includes #1649 so we can use Python 3.11? Apologies if a new release is already being planned, I don't want to rush you.
Describe alternatives you've considered
Alternative is Python 3.10.
Additional context
We're trying to update TorchGeo to Python 3.11 (microsoft/torchgeo#1180), but rely on timm for its amazing models, so we're stuck until there's a new release.