File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- branch : ["3.14", "3.13", "3.12"]
15+ python-version : ["3.15", "3.14", "3.13", "3.12"]
16+ include :
17+ - python-version : " 3.15"
18+ branch : " origin/main"
1619 steps :
1720 - uses : actions/checkout@v5
1821 - uses : actions/setup-python@v6
3841 --skip-cache-invalidation
3942 --theme "$(pwd)"
4043 --languages en
41- --branches ${{ matrix.branch }}
42- ${{ matrix.branch == '3.14' && '--select-output no-html' || '' }}
44+ --branches ${{ matrix.branch || matrix.python-version }}
4345 - name : Show logs
4446 if : failure()
4547 run : |
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.12" ,
2323 " Programming Language :: Python :: 3.13" ,
2424 " Programming Language :: Python :: 3.14" ,
25+ " Programming Language :: Python :: 3.15" ,
2526 " Topic :: Documentation" ,
2627 " Topic :: Software Development :: Documentation" ,
2728]
@@ -70,4 +71,4 @@ lint.ignore = [
7071lint.isort.required-imports = [ " from __future__ import annotations" ]
7172
7273[tool .pyproject-fmt ]
73- max_supported_python = " 3.14 "
74+ max_supported_python = " 3.15 "
You can’t perform that action at this time.
0 commit comments