We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07dfeea + ee578f9 commit 8339921Copy full SHA for 8339921
2 files changed
.github/workflows/python-package.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
12
runs-on: ${{ matrix.platform }}
13
env:
14
- USING_COVERAGE: "3.8"
+ USING_COVERAGE: "3.10"
15
16
strategy:
17
matrix:
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
- python-version: "3.8"
+ python-version: "3.10"
18
- name: Install dependencies
19
run: python -m pip install poetry
0 commit comments