File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Python Actions] ( https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main )] ( https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/SpiNNakerManchester/TestBase/badge.svg )] ( https://coveralls.io/github/SpiNNakerManchester/TestBase )
1+ [ ![ Python Actions] ( https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main )] ( https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml )
22
33This Repository hold classes and script used for unit and integration tests
44
55There is need to use this repository unless you want to run some or all tests locally
66
77Documentation
88-------------
9- [ TestBase documentation] ( https://spinnakertestbase.readthedocs.io/ )
9+ [ TestBase documentation] ( https://spinnakertestbase.readthedocs.io/en/latest )
1010
11- [ Combined python documentation (Excluding TestBase)] ( http://spinnakermanchester.readthedocs.io )
11+ [ Combined python documentation (Excluding TestBase)] ( http://spinnakermanchester.readthedocs.io/en/latest )
1212
Original file line number Diff line number Diff line change 100100# built documents.
101101#
102102# The short X.Y version.
103- version = '6.0 '
103+ version = '1!7.4 '
104104# The full version, including alpha/beta/rc tags.
105- release = '6.0.1 '
105+ release = '1!7.4.2 '
106106
107107# The language for content autogenerated by Sphinx. Refer to documentation
108108# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ classifiers =
2929 Operating System :: Microsoft :: Windows
3030 Operating System :: MacOS
3131 Programming Language :: Python :: 3
32- Programming Language :: Python :: 3.8
33- Programming Language :: Python :: 3.9
3432 Programming Language :: Python :: 3.10
3533 Programming Language :: Python :: 3.11
3634 Programming Language :: Python :: 3.12
@@ -42,12 +40,12 @@ keywords =
4240 test support
4341
4442[options]
45- python_requires = >=3.8 , <4
43+ python_requires = >=3.10 , <4
4644packages = find:
4745zip_safe = True
4846include_package_data = True
4947install_requires =
50- SpiNNFrontEndCommon == 1!7.3.1
48+ SpiNNFrontEndCommon == 1!7.4.2
5149 matplotlib
5250
5351[options.packages.find]
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "1!7.3.1 "
15+ __version__ = "1!7.4.2 "
1616__version_month__ = "TBD"
1717__version_year__ = "TBD"
1818__version_day__ = "TBD"
19- __version_name__ = "To Do "
19+ __version_name__ = ""
You can’t perform that action at this time.
0 commit comments