diff --git a/.github/workflows/test-pytest.yml b/.github/workflows/test-pytest.yml index 6b81523..27a5e03 100644 --- a/.github/workflows/test-pytest.yml +++ b/.github/workflows/test-pytest.yml @@ -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 diff --git a/README.md b/README.md index a418466..0aec2de 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirements.txt b/requirements.txt index 7d5dd13..eba0640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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