kasium
kasium
Wow thanks a lot for the review. Let me come back to that after my vacation in next week.
@MartinThoma can you please have a look to unblock python 3.14 users? Please note, that the CI does not work as the branch names are still using `master` instead of...
I'm happy to support if there is any life sign from @MartinThoma fyi, I use flake8-simplify within [flake8-tergeo](https://github.com/SAP/flake8-tergeo/) where I fixed the issue by monkeypatching some stuff. (disclaimer: I'm the...
@MartinThoma flake8-simplify is not compatible with python 3.14. ``` venv314/lib/python3.14/site-packages/flake8_simplify/__init__.py:9: in from flake8_simplify.rules.ast_bool_op import ( venv314/lib/python3.14/site-packages/flake8_simplify/rules/ast_bool_op.py:7: in from flake8_simplify.constants import BOOL_CONST_TYPES venv314/lib/python3.14/site-packages/flake8_simplify/constants.py:5: in BOOL_CONST_TYPES = (ast.Constant, ast.NameConstant) E AttributeError: module...
Of course it's not as easy as it sounds, since the timeout is also given to requests, urllib3 and custom HTTP adapters
Sounds great, thanks a lot!
Seems like the next release of py03 should add support? https://github.com/PyO3/pyo3/issues/4038
@seddonym py03 with 3.13 support was released
I had a short look and what I can see is, that in the [linux build job](https://github.com/seddonym/grimp/actions/runs/9907803830/job/27372245760 ), the following line is logged ``` 🐍 Found CPython 3.8 at /usr/local/bin/python3.8,...
@seddonym 3.13 was released today. Can you please check if you can provide a wheel now?