recipes
recipes copied to clipboard
Add support for Python 3.13
trafficstars
Building Tandoor Recipes with Python 3.13 currently fails. I'd suggest the following changes to add support for Python 3.13:
- bump
psycopg2to 2.9.10 since 2.9.9 does not support Python 3.13 yet - replace
imghdrwithfiletypeasimghdrgot removed from Python 3.13 after deprecation
hi, thanks for the PR. It hink I am going to implement this on the vue-3 branch directly. I will also try to avoid adding another dependency because PIL is already able to determine if something is an image, I could probably just use this but will need to verify.
Leaving this open until then