| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,15 @@ jobs: | |||
| 13 | 13 | strategy: | |
| 14 | 14 | fail-fast: false | |
| 15 | 15 | matrix: | |
| 16 | - os: ["ubuntu-latest", "macos-13", "windows-latest"] | ||
| 16 | + os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"] | ||
| 17 | 17 | python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] | |
| 18 | + exclude: | ||
| 19 | + - os: "macos-14" | ||
| 20 | + python-version: "3.7" | ||
| 21 | + - os: "macos-14" | ||
| 22 | + python-version: "3.8" | ||
| 23 | + - os: "macos-14" | ||
| 24 | + python-version: "3.9" | ||
| 18 | 25 | include: | |
| 19 | 26 | - experimental: false | |
| 20 | 27 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments