Skip to content

Commit 77387e4

Browse files
committed
restore Windows 3.13 builds
1 parent ae0bdd0 commit 77387e4

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,15 +454,13 @@ jobs:
454454
#
455455
# FIXME https://github.com/PyO3/maturin-action/issues/275
456456
# cffi prevents `maturin-action` working on Windows 3.13 for now for the optimized build
457-
# AND FIXME https://github.com/PyO3/python3-dll-a/issues/69
458-
# prevents older Python versions from building 3.13
459457
- os: windows
460458
target: x86_64
461-
interpreter: pypy3.9 pypy3.10 # 3.13
459+
interpreter: pypy3.9 pypy3.10 3.13
462460
- os: windows
463461
target: i686
464462
python-architecture: x86
465-
interpreter: 3.8 3.9 3.10 3.11 3.12 # 3.13
463+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
466464
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
467465
# - os: windows
468466
# target: aarch64

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ url = "2.5.0"
4444
idna = "0.5.0"
4545
base64 = "0.21.7"
4646
num-bigint = "0.4.4"
47-
python3-dll-a = "0.2.7"
47+
python3-dll-a = "0.2.10"
4848
uuid = "1.8.0"
4949
jiter = { version = "0.5", features = ["python"] }
5050

0 commit comments

Comments
 (0)