File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 52
52
"3.11",
53
53
"3.12",
54
54
"3.13",
55
- "3.14-dev ",
55
+ "3.14",
56
56
}
57
57
}
58
58
# TODO: List of additional variants to include in the matrix.
@@ -63,10 +63,12 @@ jobs:
63
63
64
64
# List of unstable criterions.
65
65
unstable: list[dict[str, str]] = [
66
- # XXX error: Python 3.14 is still not available through uv, which gets its standalone Python executables
67
- # from the python-build-standalone project:
68
- # https://github.com/astral-sh/python-build-standalone/releases
69
- {"python-version": "3.14-dev"},
66
+ # XXX Python 3.14.0a3 is not available for Windows yet:
67
+ # https://github.com/astral-sh/python-build-standalone/releases/tag/20250106
68
+ # https://github.com/astral-sh/python-build-standalone/pull/478
69
+ # https://github.com/astral-sh/python-build-standalone/pull/443
70
+ {"python-version": "3.14", "os": "windows-2022"},
71
+ {"python-version": "3.14", "os": "windows-2019"},
70
72
]
71
73
72
74
# Build the job matrix.
Original file line number Diff line number Diff line change 6
6
> This version is not released yet and is under active development.
7
7
8
8
- Replace unmaintained ` jsonlint ` by ESLint.
9
+ - Activate mark Python 3.14-dev tests as stable on Linux and macOS.
9
10
10
11
## [ 4.9.0 (2024-12-27)] ( https://github.com/kdeldycke/workflows/compare/v4.8.4...v4.9.0 )
11
12
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ classifiers = [
46
46
" Programming Language :: Python :: 3.11" ,
47
47
" Programming Language :: Python :: 3.12" ,
48
48
" Programming Language :: Python :: 3.13" ,
49
+ " Programming Language :: Python :: 3.14" ,
49
50
' Programming Language :: Python :: Implementation :: CPython' ,
50
51
' Programming Language :: Unix Shell' ,
51
52
' Topic :: Documentation :: Sphinx' ,
You can’t perform that action at this time.
0 commit comments