projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6351610
)
Update supported python versions for GitHub actions CI
author
Eli Bendersky
<eliben@gmail.com>
Mon, 30 Oct 2023 12:35:26 +0000
(
05:35
-0700)
committer
Eli Bendersky
<eliben@gmail.com>
Mon, 30 Oct 2023 12:35:26 +0000
(
05:35
-0700)
fixes #516
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 549651cd79dcf27b96d54352d1bb86dfba757fa7..737989c5a6d450c2b30db4cfdff49e5b52ebea28 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.
8, '3.11', '3.12
']
os: [ubuntu-latest]
steps: