Skip to content

Commit 0d1adf7

Browse files
authored
Test 3.15t on Ubuntu, 3.15+3.15t on Windows/macOS (#175)
1 parent 4fb8135 commit 0d1adf7

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
3+
on: [push, pull_request, workflow_dispatch]
84

95
jobs:
106
build:
@@ -33,9 +29,8 @@ jobs:
3329
- "3.13t"
3430
- "3.14"
3531
- "3.14t"
36-
# CPython 3.15 final is scheduled for October 2026:
37-
# https://peps.python.org/pep-0790/
38-
- "3.15-dev"
32+
- "3.15"
33+
- "3.15t"
3934

4035
# PyPy versions:
4136
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
@@ -78,6 +73,10 @@ jobs:
7873
python: "3.14"
7974
- os: windows-latest
8075
python: "3.14t"
76+
- os: windows-latest
77+
python: "3.15"
78+
- os: windows-latest
79+
python: "3.15t"
8180

8281
# macOS
8382
# Python 3.9 is the oldest version available on macOS/arm64.
@@ -97,6 +96,10 @@ jobs:
9796
python: "3.14"
9897
- os: macos-latest
9998
python: "3.14t"
99+
- os: macos-latest
100+
python: "3.15"
101+
- os: macos-latest
102+
python: "3.15t"
100103

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

0 commit comments

Comments
 (0)