pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/python/python-docs-theme/commit/4e36f99d6ecc10ea7867959d3f25761a798d7afa

/> Add support for Python 3.15 (#282) · python/python-docs-theme@4e36f99 · GitHub
Skip to content

Commit 4e36f99

Browse files
authored
Add support for Python 3.15 (#282)
1 parent ae83e69 commit 4e36f99

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
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: "main"
1619
steps:
1720
- uses: actions/checkout@v5
1821
- uses: actions/setup-python@v6
1922
with:
20-
python-version: ${{ matrix.branch }}
23+
python-version: ${{ matrix.python-version }}
2124
allow-prereleases: true
2225
cache: pip
2326
- name: Clone docsbuild scripts
@@ -38,16 +41,16 @@ jobs:
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 }}
45+
${{ matrix.branch == 'main' && '--select-output no-html' || '' }}
4346
- name: Show logs
4447
if: failure()
4548
run: |
4649
cat ./logs/docsbuild.log
4750
- name: Upload
4851
uses: actions/upload-artifact@v5
4952
with:
50-
name: doc-html-${{ matrix.branch }}
53+
name: doc-html-${{ matrix.python-version }}
5154
path: www/
5255

5356
translations:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = [
7071
lint.isort.required-imports = [ "from __future__ import annotations" ]
7172

7273
[tool.pyproject-fmt]
73-
max_supported_python = "3.14"
74+
max_supported_python = "3.15"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy