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 2ab9174 + 64098f3 commit 2e79469Copy full SHA for 2e79469
.github/workflows/publish-release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [3.9]
+ python-version: ["3.10"]
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/py-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
os: [ubuntu-latest]
11
.github/workflows/py-typecheck.yml
0 commit comments