Skip to content

Commit 43897cb

Browse files
authored
port 43.0.1 changelog (pyca#11534)
bonus deny another setuptool
1 parent ffcbb5b commit 43897cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Changelog
1616
during X.509 verification to allow fields permitted by :rfc:`5280` but
1717
forbidden by the CA/Browser BRs.
1818

19+
.. _v43-0-1:
20+
21+
43.0.1 - 2024-09-03
22+
~~~~~~~~~~~~~~~~~~~
23+
24+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.
25+
1926
.. _v43-0-0:
2027

2128
43.0.0 - 2024-07-20

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"cffi>=1.12; platform_python_implementation != 'PyPy'",
99
# Needed because cffi imports distutils, and in Python 3.12, distutils has
1010
# been removed from the stdlib, but installing setuptools puts it back.
11-
"setuptools!=74.0.0,!=74.1.0",
11+
"setuptools!=74.0.0,!=74.1.0,!=74.1.1",
1212
]
1313
build-backend = "maturin"
1414

0 commit comments

Comments
 (0)