Skip to content

Commit

Permalink
test macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Nov 4, 2023
1 parent cc65906 commit 1d03358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "ubuntu-22.04"
- "macos-11"
- "macos-12"
- "macos-13"
python-version:
- "3.9"
- "3.10"
Expand Down
2 changes: 2 additions & 0 deletions clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import pathlib
import shutil

[shutil.rmtree(p) for p in pathlib.Path(".").glob(".mypy_cache")]
[shutil.rmtree(p) for p in pathlib.Path(".").glob(".pytest_cache")]
[shutil.rmtree(p) for p in pathlib.Path(".").glob(".tox")]
[shutil.rmtree(p) for p in pathlib.Path(".").glob("dist")]
[shutil.rmtree(p) for p in pathlib.Path(".").glob("*.egg-info")]
Expand Down

0 comments on commit 1d03358

Please sign in to comment.