Skip to content

Commit

Permalink
3.2.6 (#103)
Browse files Browse the repository at this point in the history
* bump scs source to 3.2.6

* bump to 3.2.6

* switch to manylinux_2_28
  • Loading branch information
bodono authored Jul 7, 2024
1 parent 0f1c9b8 commit bcc0efc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.5
current_version = 3.2.6

[bumpversion:file:legacy_setup.py]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ jobs:
- name: Build wheels
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y openblas-devel
CIBW_BEFORE_ALL_LINUX: dnf install -y openblas-devel
CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration'
CIBW_BUILD_VERBOSITY: 3
CIBW_TEST_REQUIRES: pytest
Expand Down
2 changes: 1 addition & 1 deletion legacy_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def install_scs(**kwargs):

setup(
name="scs",
version="3.2.5",
version="3.2.6",
author="Brendan O'Donoghue",
author_email="bodonoghue85@gmail.com",
url="http://github.com/cvxgrp/scs",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = 'scs'
version = "3.2.5"
version = "3.2.6"
description = 'Splitting conic solver'
readme = 'README.md'
requires-python = '>=3.7'
Expand Down

0 comments on commit bcc0efc

Please sign in to comment.