diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e732e6f7..34232e20 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ Changelog Unreleased ---------- +**Other changes:** + +- Build wheel for pypi on python 3.13. + 4.1.0 - 2024-11-07 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 5cb17cef..1a146919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ skip = [ "cp36*", "cp37*", "cp38*", - "cp313-*", ] test-requires = ["pytest", "pytest-xdist"] test-command = "pytest {package}/tests/test_matrices.py"