File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ubuntu-latest, macOS-latest, windows-latest]
12
- python-version : [3.6 , 3.7 , 3.8 ]
12
+ python-version : [3.8 , 3.9 , 3.10 ]
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Prepare Ubuntu
Original file line number Diff line number Diff line change 31
31
"Operating System :: OS Independent" ,
32
32
"Programming Language :: Python" ,
33
33
"Programming Language :: Python :: 3" ,
34
- "Programming Language :: Python :: 3.6" ,
35
- "Programming Language :: Python :: 3.7" ,
34
+ "Programming Language :: Python :: 3.8" ,
35
+ "Programming Language :: Python :: 3.9" ,
36
+ "Programming Language :: Python :: 3.10" ,
36
37
"Programming Language :: Python :: 3 :: Only" ,
37
38
"Topic :: Scientific/Engineering" ,
38
39
],
You can’t perform that action at this time.
0 commit comments