Skip to content

Commit

Permalink
Test MacOs using Python 3.8 becuase GHA no longer providing 3.7 on th…
Browse files Browse the repository at this point in the history
…at platform
  • Loading branch information
wxtim committed Apr 29, 2024
1 parent 1d097ca commit 3561fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: 'macos-latest'
python: '3.7'
python: '3.8'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
include:
# mac os test
- os: 'macos-11'
python-version: '3.7' # oldest supported version
python-version: '3.8' # oldest supported version
# non-utc timezone test
- os: 'ubuntu-latest'
python-version: '3.9' # not the oldest, not the most recent version
Expand Down

0 comments on commit 3561fe3

Please sign in to comment.