Skip to content

Commit 1d03358

Browse files
author
ponty
committed
test macos-13
1 parent cc65906 commit 1d03358

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "ubuntu-22.04"
2020
- "macos-11"
2121
- "macos-12"
22+
- "macos-13"
2223
python-version:
2324
- "3.9"
2425
- "3.10"

clean.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import pathlib
33
import shutil
44

5+
[shutil.rmtree(p) for p in pathlib.Path(".").glob(".mypy_cache")]
6+
[shutil.rmtree(p) for p in pathlib.Path(".").glob(".pytest_cache")]
57
[shutil.rmtree(p) for p in pathlib.Path(".").glob(".tox")]
68
[shutil.rmtree(p) for p in pathlib.Path(".").glob("dist")]
79
[shutil.rmtree(p) for p in pathlib.Path(".").glob("*.egg-info")]

0 commit comments

Comments
 (0)