There was an error while loading. Please reload this page.
1 parent 904aa71 commit 7d5370dCopy full SHA for 7d5370d
2 files changed
.github/workflows/pythonpackage.yml
@@ -17,22 +17,28 @@ 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.13t", "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
25
python-version: "3.13t"
26
27
python-version: "3.14t"
28
+ - os-type: macos
29
+ python-version: "3.15t"
30
- os-type: windows
- 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).
32
33
34
35
python-version: "3.14"
36
37
38
+ - os-type: windows
39
+ python-version: "3.15"
40
41
42
include:
43
- os-ver: latest
44
- os-type: ubuntu
@@ -44,6 +50,10 @@ jobs:
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
47
57
48
58
fail-fast: false
49
59
setup.py
@@ -110,5 +110,6 @@ def _stamp_version(filename: str) -> None:
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