Skip to content

Commit e5fb420

Browse files
committed
Drop old python versions in test definition file
1 parent 0d6c5a4 commit e5fb420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.5, 3.6, 3.7, 3.8]
10+
python-version: ['3.8', '3.9', '3.10']
1111

1212
steps:
1313
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The easiest way to use openMotor is to navigate to the 'releases' sidebar, click
3030

3131
Building from Source
3232
--------------------
33-
The program is currently being developed using python 3.8. The dependencies are outlined in `requirements.txt`, the main ones include `PyQt5`, `matplot`, `numpy`, `scipy`, `scikit-fmm`, and `scikit-image`. Because the PyQt5 bindings are used for the GUI, Qt5 must also be installed.
33+
The program is currently being developed using python 3.10. The dependencies are outlined in `requirements.txt`, the main ones include `PyQt5`, `matplot`, `numpy`, `scipy`, `scikit-fmm`, and `scikit-image`. Because the PyQt5 bindings are used for the GUI, Qt5 must also be installed.
3434

3535
The easiest way to build/run from source code is to clone the repository and install the required dependencies into a virtual enviornment:
3636
```

0 commit comments

Comments
 (0)