You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be important to setup some CI on this project to make sure tests keep working with every change (both with the python or with the rust version).
I am willing to work on that, but I would need to know the python setup supported:
which python version are supported ? which interpreter ?
what tooling to manage virtual environments ? (virtualenv, pipenv, poetry, other)
which test runner ? (unittest, pytest, tox, nox, other)
I think it would be important to setup some CI on this project to make sure tests keep working with every change (both with the python or with the rust version).
I am willing to work on that, but I would need to know the python setup supported:
In case it is useful, here is the reference for python packaging : https://packaging.python.org/
The text was updated successfully, but these errors were encountered: