Hi there,
I am getting following error with Python 3.10.4 version -
File "D:\Projects\Github\proj\pyramid-101\venv\lib\site-packages\pyramid_simpleform\__init__.py", line 175
except Invalid, e:
^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
From this post, I think this is because this syntax in pyramid_simpleform\__init__.py is no longer supported by newer version of Python -
Is there any plan to upgrade the package to support newer version of Python?