Skip to content

Commit

Permalink
removing some CI env vars and updating pyproject.toml for python>=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Transurgeon committed Dec 12, 2024
1 parent 08e2b75 commit 7b58c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ jobs:

- name: Build wheels
env:
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_LINUX: auto aarch64
uses: pypa/[email protected]
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
build-backend = 'mesonpy'
requires = [
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"numpy >= 2.0.0,
"meson-python"
]

Expand All @@ -11,7 +10,7 @@ name = 'scs'
version = "3.2.7"
description = 'Splitting conic solver'
readme = 'README.md'
requires-python = '>=3.7'
requires-python = '>=3.9'
license = {file = 'LICENSE'}
authors = [
{name = "Brendan O'Donoghue", email = "[email protected]"}]
Expand Down

0 comments on commit 7b58c48

Please sign in to comment.