File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 19
19
python-version : [3.7, 3.8, 3.9]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
45
45
unset NUMBA_DISABLE_JIT
46
46
coverage report -m
47
47
- name : Upload Coverage to Codecov
48
- uses : codecov/codecov-action@v1
48
+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change
1
+ include requirements.txt
2
+ include COPYING
Original file line number Diff line number Diff line change 12
12
'permutations_stats' : 'permutations_stats' ,
13
13
'permutations_stats.tests' : 'permutations_stats/tests'
14
14
},
15
- python_requires = '>3.7' ,
15
+ python_requires = '>= 3.7' ,
16
16
install_requires = ["numpy" , "numba" ],
17
17
packages = ['permutations_stats' , 'permutations_stats.tests' ],
18
18
url = 'https://github.com/trevismd/permutations-stats' ,
You can’t perform that action at this time.
0 commit comments