projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71cdec9
)
Python version 3.10 needs quotes in the yaml file
author
Eli Bendersky
<eliben@gmail.com>
Mon, 15 Aug 2022 13:18:32 +0000
(06:18 -0700)
committer
Eli Bendersky
<eliben@gmail.com>
Mon, 15 Aug 2022 13:18:32 +0000
(06:18 -0700)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 787dc9b3b691caa29aa7c161779796706d4a49d5..549651cd79dcf27b96d54352d1bb86dfba757fa7 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-13,7
+13,7
@@
jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [3.7, 3.9,
3.10
]
+ python-version: [3.7, 3.9,
'3.10'
]
os: [ubuntu-latest]
steps: