Skip to content

Commit

Permalink
ci(python): bump target python for ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 9, 2024
1 parent b558b39 commit 9c3cd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c3cd7b

Please sign in to comment.