From 6f1458efe31ae79a7b5a8c47aa2e05ea66a373a5 Mon Sep 17 00:00:00 2001 From: Jonathan Chico Date: Tue, 9 Apr 2024 11:04:58 +0200 Subject: [PATCH] Removing references to python 3.8 in the documentation. --- .github/workflows/cd.yml | 2 +- docs/source/developers/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 489d30a..746de14 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -99,7 +99,7 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v3.3.0 - - name: Set up Python 3.8 + - name: Set up Python 3.9 uses: actions/setup-python@v4.5.0 with: python-version: "3.9" diff --git a/docs/source/developers/index.md b/docs/source/developers/index.md index cf62508..9f05edd 100644 --- a/docs/source/developers/index.md +++ b/docs/source/developers/index.md @@ -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: @@ -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: