bump python to 3.12
Some checks failed
/ Build static site, docker image, upload artifact... (push) Failing after 2m35s
/ Connect to deployment host, update, and redeploy docs website. (push) Has been skipped

This commit is contained in:
2025-11-16 07:35:30 -08:00
parent 23618e3f24
commit 7d6afe6c13
2 changed files with 3 additions and 5 deletions

View File

@@ -38,17 +38,15 @@ jobs:
run: | run: |
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
apt update apt update
add-apt-repository ppa:deadsnakes/ppa
apt update
apt upgrade -y apt upgrade -y
apt install -y curl tar p7zip-full python3.11 pip pipx python3-pipenv apt install -y curl tar p7zip-full python3.12 pip pipx
- -
name: Install pipenv, build blog... name: Install pipenv, build blog...
env: env:
PIPENV_USER: ${{ secrets.REGISTRY_USERNAME }} PIPENV_USER: ${{ secrets.REGISTRY_USERNAME }}
PIPENV_PASS: ${{ secrets.REGISTRY_TOKEN }} PIPENV_PASS: ${{ secrets.REGISTRY_TOKEN }}
run: | run: |
pip install pipenv pipx install pipenv
pipenv install pipenv install
pipenv run blag build pipenv run blag build
- -

View File

@@ -15,4 +15,4 @@ pymdown-extensions = {version = "==10.9", index = "pypi"}
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.11" python_version = "3.12"