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
ci(noxfile): updated deploy session
in nox version 2022.8.7, it is no longer permitted to use "session.install" in a session without virtualenv setup.
So, I set up python3.7 for this session since it is the one used in publish GitHub action workflow.
Make sure click_params works with click 8.X (#3)
* fix: fix various issues introduced by click 8.X
* tests(nox): add pypy3 to the list of python versions to run tests against
* ci: removed travis configuration file
* docs: update project version and changelog files
* docs: improved documentation
installed package mkdocs-material to use the material design
Co-authored-by: le_woudar <[email protected]>