-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Python 3.14 isn't supported by default because rdflib needs an upgrade. This will be a problem for any devs who upgrade to MacOS 26.2 because system python will upgrade to 3.14 by default - meaning any new projects will (default) to a venv at 3.14.
Temporary workaround is to install through homebrew and run
python312 or python313 to setup the virtual environment.