Get this release from [PyPI](https://pypi.org/project/spalloc/).
pip install spalloc 1!7.0.0
Note that this is likely to be the final ever release of this project. The equivalent of its functionality going forward is an integrated part of [SpiNNMan](//github.com/SpiNNakerManchester/SpiNNMan/).
Key Changes
* The **range of supported Python versions** has changed; we now support (and test with) Python **3.8 – 3.11**.
* We have changed the software license from GPL v3 to **Apache v2**.
What's Changed
* Use normal dict rather than ordered dict by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/63
* Remove 3.6 by andrewgait in https://github.com/SpiNNakerManchester/spalloc/pull/67
* Python3.11 with no Rig by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/68
* Support python 3.11 by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/69
* Server rewrite adaptation by dkfellows in https://github.com/SpiNNakerManchester/spalloc/pull/62
* Fixed broad-exception-raised by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/72
* Apache 2 and First dates by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/74
* Appdirs from spiNNUtilities by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/75
* Citation plus by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/76
* Handle DeprecationWarning warnings by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/73
* Add entry points back in by rowleya in https://github.com/SpiNNakerManchester/spalloc/pull/80
* Osi approved apache software license by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/81
* Remove 3.7 testing by Christian-B in https://github.com/SpiNNakerManchester/spalloc/pull/83
**Full Changelog**: https://github.com/SpiNNakerManchester/spalloc/compare/6.0.0...7.0.0