Skip to content

Commit b397ca1

Browse files
committedMar 7, 2025·
Revert "Include py3.12 in the mix for LSST tests"
This reverts commit fc0b66b.
1 parent fc0b66b commit b397ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lsst-tests-ngmix-upstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lsst-tests-ngmix-upstream
1212
strategy:
1313
matrix:
14-
pyver: ["3.11", "3.12"]
14+
pyver: ["3.11"]
1515

1616
runs-on: "ubuntu-latest"
1717

‎.github/workflows/lsst-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lsst-tests
1212
strategy:
1313
matrix:
14-
pyver: ["3.11", "3.12"]
14+
pyver: ["3.11"]
1515

1616
runs-on: "ubuntu-latest"
1717

0 commit comments

Comments
 (0)
Please sign in to comment.