Skip to content

Commit

Permalink
Merge pull request #396 from dajiaji/update-base-python-on-cicd
Browse files Browse the repository at this point in the history
Update base Python version on CI/CD.
  • Loading branch information
dajiaji authored Jul 3, 2023
2 parents 07dfeea + ee578f9 commit 8339921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
env:
USING_COVERAGE: "3.8"
USING_COVERAGE: "3.10"

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.10"

- name: Install dependencies
run: python -m pip install poetry
Expand Down

0 comments on commit 8339921

Please sign in to comment.