brettkromkamp / contextualise

Contextualise is an effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
https://contextualise.dev/
MIT License
1.04k stars 44 forks source link

Test Contextualise with Python 3.11.0b5 #133

Closed brettkromkamp closed 1 year ago

brettkromkamp commented 2 years ago

See URL: https://www.python.org/downloads/release/python-3110b5/

brettkromkamp commented 2 years ago

Initial testing failed when installing a (transitive) dependency, specifically Flask-SQLAlchemy (https://flask-sqlalchemy.palletsprojects.com/en/2.x/). The root problem was caused by SQLAlchemy's Greenlet dependency (which failed to build).

I'll provide more details later today.

brettkromkamp commented 2 years ago

Relevant? https://github.com/python-greenlet/greenlet/issues/305

brettkromkamp commented 1 year ago

Testing completed. No 3.11.0-specific issues were encountered.