mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-03 10:36:56 +02:00
Update GitHub Pages workflow's Python version
Update the default Python version used by the GitHub Pages workflow to 3.14.
This commit is contained in:
parent
782962d3ad
commit
945fd6d3b6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github_pages.yml
vendored
4
.github/workflows/github_pages.yml
vendored
|
|
@ -24,8 +24,8 @@ on:
|
|||
type: string
|
||||
python:
|
||||
required: false
|
||||
default: "3.12"
|
||||
description: "The version of Python to use, for example: '3.12' (to use the most recent version of Python 3.12, this is faster) or '3.12.1' (to use an exact version, slower)"
|
||||
default: "3.14"
|
||||
description: "The version of Python to use, for example: '3.14' (to use the most recent version of Python 3.14, this is faster) or '3.14.0' (to use an exact version, slower)"
|
||||
type: string
|
||||
siteurl:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue