Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

v6.0.0a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alwa-nordic alwa-nordic released this 16 Oct 13:22
· 147 commits to master since this release

This major release marks the migration to Python 3.7, removing Python 2 support. This release also pulls in the latest of dependencies.

Dependency version constraints have intentionally been removed from setup.py to give projects pulling in nrfutil leeway and responsibility of ensuring compatibility and freezing dependencies. Unfortunately this means that installing nrfutil standalone from the egg may break anytime and require manually fixing dependencies. A new file requirements-frozen.txt has been added which freezes the dependency environment from time of testing and should always work.