| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,22 +17,28 @@ jobs: | |||
| 17 | 17 | strategy: | |
| 18 | 18 | matrix: | |
| 19 | 19 | os-type: [ubuntu, macos, windows] | |
| 20 | - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"] | ||
| 20 | + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15", "3.15t"] | ||
| 21 | 21 | exclude: | |
| 22 | 22 | - os-type: macos | |
| 23 | 23 | python-version: "3.7" # Not available for the ARM-based macOS runners. | |
| 24 | 24 | - os-type: macos | |
| 25 | 25 | python-version: "3.13t" | |
| 26 | 26 | - os-type: macos | |
| 27 | 27 | python-version: "3.14t" | |
| 28 | + - os-type: macos | ||
| 29 | + python-version: "3.15t" | ||
| 28 | 30 | - os-type: windows | |
| 29 | - python-version: "3.13" # FIXME: Fix and enable Python 3.13 and 3.14 on Windows (#1955). | ||
| 31 | + python-version: "3.13" # FIXME: Fix and enable Python 3.13-3.15 on Windows (#1955). | ||
| 30 | 32 | - os-type: windows | |
| 31 | 33 | python-version: "3.13t" | |
| 32 | 34 | - os-type: windows | |
| 33 | 35 | python-version: "3.14" | |
| 34 | 36 | - os-type: windows | |
| 35 | 37 | python-version: "3.14t" | |
| 38 | + - os-type: windows | ||
| 39 | + python-version: "3.15" | ||
| 40 | + - os-type: windows | ||
| 41 | + python-version: "3.15t" | ||
| 36 | 42 | include: | |
| 37 | 43 | - os-ver: latest | |
| 38 | 44 | - os-type: ubuntu | |
@@ -44,6 +50,10 @@ jobs: | |||
| 44 | 50 | - python-version: "3.8" | |
| 45 | 51 | build-docs: false | |
| 46 | 52 | - experimental: false | |
| 53 | + - python-version: "3.15" | ||
| 54 | + experimental: true | ||
| 55 | + - python-version: "3.15t" | ||
| 56 | + experimental: true | ||
| 47 | 57 | ||
| 48 | 58 | fail-fast: false | |
| 49 | 59 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,5 +110,6 @@ def _stamp_version(filename: str) -> None: | |||
| 110 | 110 | "Programming Language :: Python :: 3.12", | |
| 111 | 111 | "Programming Language :: Python :: 3.13", | |
| 112 | 112 | "Programming Language :: Python :: 3.14", | |
| 113 | + "Programming Language :: Python :: 3.15", | ||
| 113 | 114 | ], | |
| 114 | 115 | ) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments