Skip to content

Commit d6e6276

Browse files
committed
updated exclud for mda-dev version
1 parent e4a1ea9 commit d6e6276

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/setup-python@v5.3.0
3333
with:
34-
python-version: "3.11"
34+
python-version: "3.13"
3535

3636
- id: get-compatible-python
3737
uses: MDAnalysis/mdanalysis-compatible-python@main
@@ -51,6 +51,8 @@ jobs:
5151
exclude:
5252
- python-version: "3.9"
5353
mdanalysis-version: "latest"
54+
- python-version: "<=3.12"
55+
mdanalysis-version: "develop"
5456

5557
steps:
5658
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)