There was an error while loading. Please reload this page.
2 parents 681c82c + 8a92182 commit be5031dCopy full SHA for be5031d
2 files changed
.github/workflows/pythonpackage.yml
@@ -17,22 +17,24 @@ jobs:
17
strategy:
18
matrix:
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"]
+ 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
exclude:
22
- os-type: macos
23
python-version: "3.7" # Not available for the ARM-based macOS runners.
24
- - os-type: macos
25
- python-version: "3.13t"
26
27
python-version: "3.14t"
+ - os-type: macos
+ python-version: "3.15t"
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.13" # FIXME: Fix and enable Python 3.13-3.15 on Windows (#1955).
32
33
python-version: "3.14"
34
35
+ - os-type: windows
+ python-version: "3.15"
36
37
38
include:
39
- os-ver: latest
40
- os-type: ubuntu
@@ -44,6 +46,10 @@ jobs:
44
46
- python-version: "3.8"
45
47
build-docs: false
48
- experimental: false
49
+ - python-version: "3.15"
50
+ experimental: true
51
+ - python-version: "3.15t"
52
53
54
fail-fast: false
55
setup.py
@@ -108,5 +108,8 @@ def _stamp_version(filename: str) -> None:
108
"Programming Language :: Python :: 3.10",
109
"Programming Language :: Python :: 3.11",
110
"Programming Language :: Python :: 3.12",
111
+ "Programming Language :: Python :: 3.13",
112
+ "Programming Language :: Python :: 3.14",
113
+ "Programming Language :: Python :: 3.15",
114
],
115
)
0 commit comments