Skip to content

Commit

Permalink
Removing references to python 3.8 in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chico committed Apr 9, 2024
1 parent 406cbc3 commit 6f1458e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: "3.9"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The test suite can be run in an isolated, virtual environment using `tox` (see `

```console
pip install tox
tox -e 3.8-aiida_lammps
tox -e 3.9-aiida_lammps
```

or directly:
Expand All @@ -57,7 +57,7 @@ conda install lammps==2019.06.05
You can specify a different executable name for LAMMPS with:

```console
tox -e 3.8-aiida_lammps -- --lammps-exec lmp_exec
tox -e 3.9-aiida_lammps -- --lammps-exec lmp_exec
```

To output the results of calcjob executions to a specific directory:
Expand Down

0 comments on commit 6f1458e

Please sign in to comment.