Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.12 doesn't work: # poetry run pflake8 --config ./pyproject.toml Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/railjson-generator--f9Ha3Rv-py3.12/bin/pflake8", line 5, in <module> from pflake8.__main__ import main File "/root/.cache/pypoetry/virtualenvs/railjson-generator--f9Ha3Rv-py3.12/lib/python3.12/site-packages/pflake8/__init__.py", line 55, in <module> class DivertingSafeConfigParser(ConfigParserTomlMixin, configparser.SafeConfigParser): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? See this upstream bug report: pydata/pandas-datareader#969 Our CI already checks out Python 3.11, so let's align our maximum version with what CI uses. Signed-off-by: Simon Ser <[email protected]>
- Loading branch information