diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f06e0e..7b25d53 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' PRECOMMIT_VERSION: '3.7.1' jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02aa529..1709b90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' POETRY_VERSION: '1.8.3' jobs: