| 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,24 @@ 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.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 | - - os-type: macos | ||
| 25 | - python-version: "3.13t" | ||
| 26 | 24 | - os-type: macos | |
| 27 | 25 | python-version: "3.14t" | |
| 26 | + - os-type: macos | ||
| 27 | + python-version: "3.15t" | ||
| 28 | 28 | - os-type: windows | |
| 29 | - python-version: "3.13" # FIXME: Fix and enable Python 3.13 and 3.14 on Windows (#1955). | ||
| 30 | - - os-type: windows | ||
| 31 | - python-version: "3.13t" | ||
| 29 | + python-version: "3.13" # FIXME: Fix and enable Python 3.13-3.15 on Windows (#1955). | ||
| 32 | 30 | - os-type: windows | |
| 33 | 31 | python-version: "3.14" | |
| 34 | 32 | - os-type: windows | |
| 35 | 33 | python-version: "3.14t" | |
| 34 | + - os-type: windows | ||
| 35 | + python-version: "3.15" | ||
| 36 | + - os-type: windows | ||
| 37 | + python-version: "3.15t" | ||
| 36 | 38 | include: | |
| 37 | 39 | - os-ver: latest | |
| 38 | 40 | - os-type: ubuntu | |
@@ -44,6 +46,10 @@ jobs: | |||
| 44 | 46 | - python-version: "3.8" | |
| 45 | 47 | build-docs: false | |
| 46 | 48 | - experimental: false | |
| 49 | + - python-version: "3.15" | ||
| 50 | + experimental: true | ||
| 51 | + - python-version: "3.15t" | ||
| 52 | + experimental: true | ||
| 47 | 53 | ||
| 48 | 54 | fail-fast: false | |
| 49 | 55 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -108,5 +108,8 @@ def _stamp_version(filename: str) -> None: | |||
| 108 | 108 | "Programming Language :: Python :: 3.10", | |
| 109 | 109 | "Programming Language :: Python :: 3.11", | |
| 110 | 110 | "Programming Language :: Python :: 3.12", | |
| 111 | + "Programming Language :: Python :: 3.13", | ||
| 112 | + "Programming Language :: Python :: 3.14", | ||
| 113 | + "Programming Language :: Python :: 3.15", | ||
| 111 | 114 | ], | |
| 112 | 115 | ) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments