From af7b5eebd7357cecaf986c1f439b6ccc85dfbe3a Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Wed, 11 Dec 2024 12:34:55 -0700 Subject: [PATCH] ci(python): bump target python for ci workflows (#486) --- .github/workflows/integration-test.yml | 2 +- .github/workflows/pypi-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 202b92b8..71e03ba0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -25,7 +25,7 @@ env: PRE_COMMIT_HOME: ${{ github.workspace }}/.cache/pre-commit PYTEST_ADDOPTS: ${{ github.event.inputs.pytest_addopts }} PYTHONIOENCODING: "UTF-8" - TARGET_PYTHON_VERSION: "3.9" + TARGET_PYTHON_VERSION: "3.10" jobs: quality-test: diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 5240c8d0..a85de8ae 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -8,7 +8,7 @@ env: LANG: "en_US.utf-8" LC_ALL: "en_US.utf-8" PYTHONIOENCODING: "UTF-8" - TARGET_PYTHON_VERSION: "3.9" + TARGET_PYTHON_VERSION: "3.10" jobs: build-and-publish: