Skip to content

Commit

Permalink
DRAFT: GitHub Actions: Test on Python 3.12
Browse files Browse the repository at this point in the history
Repeats TheAlgorithms#8777
* TheAlgorithms#8777 

Some of our dependencies will not be ready yet.
  • Loading branch information
cclauss committed Oct 2, 2023
1 parent 95345f6 commit 9fe0548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
allow-prereleases: true
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ opencv-python
pandas
pillow
projectq
qiskit
qiskit-aer
qiskit ; python_version < '3.12'
qiskit-aer ; python_version < '3.12'
requests
rich
scikit-fuzzy
scikit-learn
statsmodels
sympy
tensorflow
tensorflow ; python_version < '3.12'
texttable
tweepy
xgboost
Expand Down

0 comments on commit 9fe0548

Please sign in to comment.