We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a6b4d commit f0b7109Copy full SHA for f0b7109
.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