Skip to content

Commit

Permalink
deps: min python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Oct 17, 2023
1 parent 2e7cfd6 commit 8586688
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _src_path: gh:scipp/copier_template
description: Reflectometry data reduction for the European Spallation Source
github_linux_image: ubuntu-20.04
max_python: '3.11'
min_python: '3.8'
min_python: '3.10'
orgname: scipp
projectname: essreflectometry
year: 2023
4 changes: 2 additions & 2 deletions docs/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Alternatively, if you want a different workflow, take a look at ``tox.ini`` or `
Run the tests using
```sh
tox -e py38
tox -e py310
```
(or just `tox` if you want to run all environments).
Expand Down Expand Up @@ -88,4 +88,4 @@ python -m sphinx -v -b doctest -d build/.doctrees docs build/html
python -m sphinx -v -b linkcheck -d build/.doctrees docs build/html
```
````
`````
`````
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38
envlist = py310
isolated_build = true

[testenv]
Expand Down

0 comments on commit 8586688

Please sign in to comment.