Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGoldfarb authored Aug 1, 2023
2 parents 46c1dca 46dcc89 commit cbda0af
Show file tree
Hide file tree
Showing 26 changed files with 5,157 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mplfinance_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.8', '3.9', '3.10' ]
steps:
- name: Preliminary Information
run: |
Expand All @@ -27,7 27,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
Loading

0 comments on commit cbda0af

Please sign in to comment.