File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build
22
3- on :
4- push :
5- branches : [main]
6- pull_request :
7- branches : [main]
3+ on : [push, pull_request, workflow_dispatch]
84
95jobs :
106 build :
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
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.
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.
You can’t perform that action at this time.
0 commit comments