Skip to content

Commit

Permalink
Merge pull request #152 from OPHoperHPO/OPHoperHPO-patch-1
Browse files Browse the repository at this point in the history
Resolved the issue of Python 3 not being available on macOS Arm
  • Loading branch information
OPHoperHPO authored Apr 27, 2024
2 parents 322b774 + 1611fb2 commit f141a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test_package:
strategy:
matrix:
python-version: [3.9, 3.10.4, 3.11.7]
python-version: [3.9, 3.10.11, 3.11.7]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit f141a31

Please sign in to comment.