diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06cde08e..9fa46982 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: 3.11 + PYTHON_VERSION: 3.12 POETRY_VERSION: 1.8.3 jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1da4ca0c..09a7f9df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: 3.11 + PYTHON_VERSION: 3.12 POETRY_VERSION: 1.8.3 jobs: diff --git a/.tool-versions b/.tool-versions index e30e8f76..79d16f6a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -python 3.11.10 +python 3.12.8 poetry 1.8.3 golang 1.22.2