Skip to content

Commit

Permalink
🛠️ stop building py package for win32, as msgspec doesn't support it …
Browse files Browse the repository at this point in the history
…really
  • Loading branch information
mishamsk committed Jan 5, 2025
1 parent ab80e44 commit 537321e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-py-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
platform:
- target: x86_64-pc-windows-msvc
arch: x64
- target: i686-pc-windows-msvc
arch: x86
# - target: i686-pc-windows-msvc
# arch: x86
python-version: ${{ fromJSON(needs.define-py-matrix.outputs.py-matrix) }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-PY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
-

### Removed
-
- 🛠️ stop building py package for win32, as msgspec doesn't support it

### Fixed
- 💥 Reworked macro var expression lexing, to properly account for trailing terminating dots. This is a breaking change, as the token types emitted by the lexer have changed. Now instead of one token `MacroVarExpr` for the entire expression, a sequence of `MacroVarResolve`, `MacroString` and optional `MacroVarTerm` are emitted.
Expand Down

0 comments on commit 537321e

Please sign in to comment.