Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![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)
[![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)

This Repository hold classes and script used for unit and integration tests

There is need to use this repository unless you want to run some or all tests locally

Documentation
-------------
[TestBase documentation](https://spinnakertestbase.readthedocs.io/)
[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/latest)

[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io)
[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/latest)

4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
# built documents.
#
# The short X.Y version.
version = '6.0'
version = '1!7.4'
# The full version, including alpha/beta/rc tags.
release = '6.0.1'
release = '1!7.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ classifiers =
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Expand All @@ -42,12 +40,12 @@ keywords =
test support

[options]
python_requires = >=3.8, <4
python_requires = >=3.10, <4
packages = find:
zip_safe = True
include_package_data = True
install_requires =
SpiNNFrontEndCommon == 1!7.3.1
SpiNNFrontEndCommon == 1!7.4.2
matplotlib

[options.packages.find]
Expand Down
4 changes: 2 additions & 2 deletions spinnaker_testbase/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1!7.3.1"
__version__ = "1!7.4.2"
__version_month__ = "TBD"
__version_year__ = "TBD"
__version_day__ = "TBD"
__version_name__ = "To Do"
__version_name__ = ""
Loading