There was an error while loading. Please reload this page.
1 parent d0e4554 commit d11abb8Copy full SHA for d11abb8
1 file changed
.github/workflows/build.yml
@@ -32,9 +32,8 @@ jobs:
32
- "3.13t"
33
- "3.14"
34
- "3.14t"
35
- # CPython 3.15 final is scheduled for October 2026:
36
- # https://peps.python.org/pep-0790/
37
- - "3.15-dev"
+ - "3.15"
+ - "3.15t"
38
39
# PyPy versions:
40
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
@@ -77,6 +76,10 @@ jobs:
77
76
python: "3.14"
78
- os: windows-latest
79
python: "3.14t"
+ - os: windows-latest
80
+ python: "3.15"
81
82
+ python: "3.15t"
83
84
# macOS
85
# Python 3.9 is the oldest version available on macOS/arm64.
@@ -96,6 +99,10 @@ jobs:
96
99
97
100
- os: macos-latest
98
101
102
+ - os: macos-latest
103
104
105
106
107
# Ubuntu: test deadsnakes Python versions which are not supported by
108
# GHA python-versions.
0 commit comments