Skip to content

Commit

Permalink
Try to see 3.7.12 works on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 14, 2022
1 parent 67355c8 commit 45989d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -123,7 +123,9 @@ jobs:
- python-version: '3.9'

# Oldest macOS and olders Python supported versions.
- python-version: '3.7'
# We pin a specific Python micro release due to a TK library bug.
# https://github.com/actions/setup-python/issues/402#issuecomment-1156015780
- python-version: '3.7.12'
runs-on: 'macos-10.15'
job-name: 'macos-10-default-tests'

Expand Down

0 comments on commit 45989d3

Please sign in to comment.