Skip to content

Commit a010a7b

Browse files
committed
ENH: Specify Python versions for macOS CI builds
Specify Python versions for macOS CI builds.
1 parent e82cfd0 commit a010a7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)