Skip to content

Commit 938e314

Browse files
authored
Merge pull request #152 from jhlegarreta/SpecifyPythonVersionsMacOSCIBuilds
ENH: Specify Python versions for macOS CI builds
2 parents e8024af + a010a7b commit 938e314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
runs-on: macos-11
206206
strategy:
207207
max-parallel: 2
208+
matrix:
209+
python-version: ["38", "39", "310", "311"]
208210

209211
steps:
210212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)