Skip to content

Commit d11abb8

Browse files
committed
Test 3.15t on Ubuntu, 3.15+3.15t on Windows/macOS
1 parent d0e4554 commit d11abb8

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
- "3.13t"
3333
- "3.14"
3434
- "3.14t"
35-
# CPython 3.15 final is scheduled for October 2026:
36-
# https://peps.python.org/pep-0790/
37-
- "3.15-dev"
35+
- "3.15"
36+
- "3.15t"
3837

3938
# PyPy versions:
4039
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
@@ -77,6 +76,10 @@ jobs:
7776
python: "3.14"
7877
- os: windows-latest
7978
python: "3.14t"
79+
- os: windows-latest
80+
python: "3.15"
81+
- os: windows-latest
82+
python: "3.15t"
8083

8184
# macOS
8285
# Python 3.9 is the oldest version available on macOS/arm64.
@@ -96,6 +99,10 @@ jobs:
9699
python: "3.14"
97100
- os: macos-latest
98101
python: "3.14t"
102+
- os: macos-latest
103+
python: "3.15"
104+
- os: macos-latest
105+
python: "3.15t"
99106

100107
# Ubuntu: test deadsnakes Python versions which are not supported by
101108
# GHA python-versions.

0 commit comments

Comments
 (0)