Skip to content

Commit 16eaf85

Browse files
Merge branch 'master' into master
2 parents c36f6c1 + 46dcc89 commit 16eaf85

26 files changed

+5157
-48
lines changed

.github/workflows/mplfinance_checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: [3.6, 3.7, 3.8, 3.9]
8+
python-version: ['3.8', '3.9', '3.10' ]
99
steps:
1010
- name: Preliminary Information
1111
run: |
@@ -27,7 +27,7 @@ jobs:
2727
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v4
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)