gleb-sevruk / pycrunch-trace

Time Travel Debugging for Python
https://pytrace.com
MIT License
152 stars 12 forks source link

Fix dependencies issues + Python 3.11 support #12 #13

Closed Andrej730 closed 1 month ago

Andrej730 commented 2 months ago

1) Currenly pip install pycrunch-trace installs version that will never work because:

2) Even if we fallback to the older version manually using pip install protobuf==3.11.3 Cython==0.29.27, package will work on Python 3.10 but it still breaks on Python 3.11 (I guess Python 3.11 requires Cython 3+).

3) This PR solves both dependencies issue and python 3.11 problem:

Andrej730 commented 2 months ago

@gleb-sevruk hi!

gleb-sevruk commented 1 month ago

Hello, thanks for the fix, I'll verify and merge this soon.

gleb-sevruk commented 1 month ago

https://pypi.org/project/pycrunch-trace/0.3/

new version is published ^^

Thanks for supporting the project and fixing stuff