Skip to content

Commit 8339921

Browse files
authored
Merge pull request #396 from dajiaji/update-base-python-on-cicd
Update base Python version on CI/CD.
2 parents 07dfeea + ee578f9 commit 8339921

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
1212
runs-on: ${{ matrix.platform }}
1313
env:
14-
USING_COVERAGE: "3.8"
14+
USING_COVERAGE: "3.10"
1515

1616
strategy:
1717
matrix:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.10"
1717

1818
- name: Install dependencies
1919
run: python -m pip install poetry

0 commit comments

Comments
 (0)