Skip to content

Commit

Permalink
Add Python 3.10 to allow SOAP based EMLE models with Rascal.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Sep 2, 2024
1 parent e287cd3 commit fb64216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
max-parallel: 9
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.10", 3.11"]
platform:
- { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
Expand Down

0 comments on commit fb64216

Please sign in to comment.