support Python 3.12

This commit is contained in:
sebthom
2023-10-14 23:11:02 +02:00
parent 7bcd88cbd6
commit a8ef6818b7
8 changed files with 556 additions and 442 deletions

View File

@@ -16,7 +16,7 @@ defaults:
shell: bash
env:
PYTHON_VERSION: "3.11"
PYTHON_VERSION: "3.12"
jobs:
@@ -68,7 +68,7 @@ jobs:
set -euo pipefail
exec 5>&1
updates=$(pdm update 2>&1 |tee /dev/fd/5)
updates=$(pdm update --update-all 2>&1 |tee /dev/fd/5)
if git diff --exit-code pdm.lock; then
echo "updates=" >> "$GITHUB_OUTPUT"