recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Add support for Python 3.13

Open el-han opened this issue 9 months ago • 2 comments
trafficstars

Building Tandoor Recipes with Python 3.13 currently fails. I'd suggest the following changes to add support for Python 3.13:

  • bump psycopg2 to 2.9.10 since 2.9.9 does not support Python 3.13 yet
  • replace imghdr with filetype as imghdr got removed from Python 3.13 after deprecation

el-han avatar Feb 17 '25 18:02 el-han

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 17 '25 18:02 CLAassistant

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

vabene1111 avatar Apr 10 '25 15:04 vabene1111