Skip to content

Commit e0b8e37

Browse files
committed
🔖 Bump
1 parent e6a1a21 commit e0b8e37

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmake-build-system",
3-
"version": "2.9.9",
3+
"version": "2.9.8",
44
"description": "A cross-platform build utility based on Lua",
55
"repository": "https://github.com/xmake-io/xmake-wheel",
66
"homepage": "https://xmake.io/",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "xmake_python"
55
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
66
[project]
77
name = "xmake-wheel"
8-
version = "2.9.9"
8+
version = "2.9.8"
99
description = "A cross-platform build utility based on Lua"
1010
readme = "README.md"
1111
keywords = ["xmake"]
@@ -79,7 +79,7 @@ exclude_lines = [
7979
archs = ["all"]
8080
build = "cp313-*"
8181
# https://github.com/xmake-io/xmake/issues/6502
82-
skip = "*-macosx_universal2"
82+
skip = "*_i686 *_armv7l *-macosx_universal2"
8383
build-frontend = "build[uv]"
8484

8585
[tool.cibuildwheel.environment]

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77

88
set_urls("https://github.com/xmake-io/xmake/releases/download/$(version)/xmake-$(version).tar.gz",
99
"https://github.com/xmake-io/xmake.git")
10-
add_versions("v2.9.9", "e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d")
10+
add_versions("v2.9.8", "e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d")
1111

1212
on_install(function(package)
1313
import("package.tools.xmake").install(package, { "-P", "core", "--pdcurses=n" })

0 commit comments

Comments
 (0)