Skip to content

Commit 8586688

Browse files
committed
deps: min python3.10
1 parent 2e7cfd6 commit 8586688

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _src_path: gh:scipp/copier_template
44
description: Reflectometry data reduction for the European Spallation Source
55
github_linux_image: ubuntu-20.04
66
max_python: '3.11'
7-
min_python: '3.8'
7+
min_python: '3.10'
88
orgname: scipp
99
projectname: essreflectometry
1010
year: 2023

docs/developer/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively, if you want a different workflow, take a look at ``tox.ini`` or `
4040
Run the tests using
4141
4242
```sh
43-
tox -e py38
43+
tox -e py310
4444
```
4545
4646
(or just `tox` if you want to run all environments).
@@ -88,4 +88,4 @@ python -m sphinx -v -b doctest -d build/.doctrees docs build/html
8888
python -m sphinx -v -b linkcheck -d build/.doctrees docs build/html
8989
```
9090
````
91-
`````
91+
`````

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38
2+
envlist = py310
33
isolated_build = true
44

55
[testenv]

0 commit comments

Comments
 (0)