Skip to content

Commit

Permalink
disable tests on py39 and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed May 27, 2021
1 parent 824411b commit 71d81cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
pytest-macos:
# https://github.com/actions/setup-python/issues/58
# Brew-installed python 3.8 and 3.9 seem to already be there, so it's not slow
# but starting today, 3.9 has no tkinter lol?
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.8"]
env:
# TODO: how to install tkdnd on mac? add instructions to README or make mac app that bundles it
TCLLIBPATH: ./lib
Expand Down

0 comments on commit 71d81cb

Please sign in to comment.