We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae25542 commit 3e936f1Copy full SHA for 3e936f1
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: [3.8]
+ python-version: [3.9]
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
8
- python-version: [3.9, 3.10]
+ python-version: [3.9, "3.10"]
0 commit comments