We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ecd76 commit 7c17a97Copy full SHA for 7c17a97
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: [3.9, 3.10, 3.11]
+ python-version: ['3.9', '3.10', '3.11']
15
os: [ubuntu-latest]
16
17
steps:
@@ -86,7 +86,7 @@ jobs:
86
- name: Set up python
87
uses: actions/setup-python@v2
88
with:
89
- python-version: 3.10
+ python-version: '3.10'
90
91
- name: Install setuptools
92
run: python -m pip install --upgrade setuptools wheel twine
0 commit comments