Skip to content

Amend python version in readme

Marwan Zibaoui requested to merge readme-python-version into master

Just setup the repository for myself and ran into some troubles using python 3.12.1 (latest stable at the time of writing).

Running python ../cms/runserver.py --port 5001 will result in this error when using it:

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

Downgrading Python to 3.11.6 fixed the issue for me, so I thought amending the readme would help the next person that goes through the setup process for local development!

Merge request reports