Skip to content

Commit bcc0efc

Browse files
authored
3.2.6 (#103)
* bump scs source to 3.2.6 * bump to 3.2.6 * switch to manylinux_2_28
1 parent 0f1c9b8 commit bcc0efc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.5
2+
current_version = 3.2.6
33

44
[bumpversion:file:legacy_setup.py]
55

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ jobs:
169169
170170
- name: Build wheels
171171
env:
172-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
172+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
173173
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
174174
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
175-
CIBW_BEFORE_ALL_LINUX: yum install -y openblas-devel
175+
CIBW_BEFORE_ALL_LINUX: dnf install -y openblas-devel
176176
CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration'
177177
CIBW_BUILD_VERBOSITY: 3
178178
CIBW_TEST_REQUIRES: pytest

legacy_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def install_scs(**kwargs):
288288

289289
setup(
290290
name="scs",
291-
version="3.2.5",
291+
version="3.2.6",
292292
author="Brendan O'Donoghue",
293293
author_email="bodonoghue85@gmail.com",
294294
url="http://github.com/cvxgrp/scs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = 'scs'
11-
version = "3.2.5"
11+
version = "3.2.6"
1212
description = 'Splitting conic solver'
1313
readme = 'README.md'
1414
requires-python = '>=3.7'

0 commit comments

Comments
 (0)