Skip to content

Commit

Permalink
Bumping CVXOPT version and removing tests for 3.12 (cvxopt doesn't su…
Browse files Browse the repository at this point in the history
…pport it yet)
  • Loading branch information
hadware committed Jan 11, 2024
1 parent e221382 commit 83b5a43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Optionally, to allow `pygamma-agreement` to display visual representations of
our API's objects in Jupyter Notebooks, [Matplotlib](https://matplotlib.org/>)
is needed.

`pygamma-agreement` is a Python 3 package and is currently tested for Python 3.7 to 3.12.
`pygamma-agreement` is a Python 3 package and is currently tested for Python 3.7 to 3.11.
`pygamma-agreement` does not work with Python 2.7.


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sortedcontainers>= 2.0.4
numpy>= 1.10.4
pyannote.core>=4.1
cvxpy>= 1.0.25
cvxopt== 1.2.7
cvxopt== 1.3.2
tqdm>= 4.46.0
numba>= 0.54.0
typing_extensions>= 3.7.4.3
Expand Down

0 comments on commit 83b5a43

Please sign in to comment.