File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,16 @@ permissions:
12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
+ strategy :
16
+ matrix :
17
+ python-version : ["3.10", "3.11", "3.12"]
15
18
16
19
steps :
17
20
- uses : actions/checkout@v4
18
- - name : Set up Python 3.12
21
+ - name : Set up Python ${{ matrix.python-version }}
19
22
uses : actions/setup-python@v3
20
23
with :
21
- python-version : " 3.12 "
24
+ python-version : ${{ matrix.python-version }}
22
25
- name : Install dependencies
23
26
run : |
24
27
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1
1
# Graphed Excel
2
2
3
- ![ Python Version] ( https://img.shields.io/badge/python-3.12.5 -blue )
3
+ ![ Python Version] ( https://img.shields.io/badge/python-3.10-blue ) ![ Python Version ] ( https://img.shields.io/badge/python-3.11-blue ) ![ Python Version ] ( https://img.shields.io/badge/python-3.12 -blue)
4
4
5
5
<img src =" images/Book1.xlsx.png " align =" right " width =" 300 " alt =" Plot from Example Book1.xlsx file " >
6
6
You can’t perform that action at this time.
0 commit comments