Skip to content

Commit c32357b

Browse files
authored
Merge pull request #70 from SpiNNakerManchester/7.4.2
7.4.2
2 parents ffe603b + dda3c77 commit c32357b

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

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

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

77
Documentation
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

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
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.

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4644
packages = find:
4745
zip_safe = True
4846
include_package_data = True
4947
install_requires =
50-
SpiNNFrontEndCommon == 1!7.3.1
48+
SpiNNFrontEndCommon == 1!7.4.2
5149
matplotlib
5250

5351
[options.packages.find]

spinnaker_testbase/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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__ = ""

0 commit comments

Comments
 (0)