Skip to content

Commit 948c0ec

Browse files
committed
Switch docs CI to python 3.10, required for ASE
1 parent 368b381 commit 948c0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ "3.9" ]
21+
python-version: [ "3.10" ]
2222
max-parallel: 5
2323
env:
24-
coverage-on-version: "3.9"
24+
coverage-on-version: "3.10"
2525
use-mpi: True
2626
defaults:
2727
run:

0 commit comments

Comments
 (0)