Skip to content

Commit

Permalink
Run CI against python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored and mrjbq7 committed Sep 29, 2023
1 parent 47642d2 commit 14864d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3

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

- name: Install dependencies
run: |
pip install --upgrade pip wheel
pip install --upgrade pip wheel setuptools
pip install -r requirements_test.txt
pip install flake8
./tools/build_talib_from_source.bash $DEPS_PATH
Expand Down

2 comments on commit 14864d7

@surentharraj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, the is Raj from India. I've been trying to install TA-Lib in my laptop with 3.12 python. I even tried installing python 3.8 but python is not working. Can you help me bro install Bro please.

@mrjbq7
Copy link
Collaborator

@mrjbq7 mrjbq7 commented on 14864d7 Oct 29, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.