Skip to content

Commit 1f13f81

Browse files
committed
fix: following Chris's review
1 parent 7772086 commit 1f13f81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ system-under-test that is expected to cause a change to some output(s).
2525
## Installation
2626

2727
### Requirements
28-
- Python >= 3.9.
28+
- Python 3.9 and 3.10 only.
2929

3030
- Microsoft Visual C++ 14.0+ (Windows only).
3131

@@ -91,7 +91,7 @@ and the software citation should contain the specific Figshare [DOI](https://ord
9191

9292
```
9393
@ARTICLE{Wild2023,
94-
author = {Wild, Christopher and Foster, Michael and Walkinshaw, Neil and Clark, Andrew G. and Allian, Farhad and Somers, Richard},
94+
author = {Foster, Michael and Clark, Andrew G. and Somers, Richard and Wild, Christopher and Allian, Farhad and Hierons, Robert M. and Wagg, David and Walkinshaw, Neil},
9595
title = {CITCOM Software Release},
9696
year = {2023},
9797
month = {nov},

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Getting started
33

44
Requirements
55
---------------
6-
* Python >= 3.9.
6+
* Python 3.9 and 3.10 only.
77
* `Microsoft Visual C++ <https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist>`_ 14.0+ (Windows only).
88

99

0 commit comments

Comments
 (0)