diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62368215b..2475559a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] numpy-version: [""] architecture: [x86, x64] os: diff --git a/RELEASE.rst b/RELEASE.rst index 90b2b89ed..42e08d2ef 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -6,6 +6,15 @@ Release Notes These are the major changes made in each release. For details of the changes see the commit log at https://github.com/pydata/bottleneck +Bottleneck 1.4.1 +================ + +*Release date: 2024-10-12 + +Enhancements +~~~~~~~~~~~~ +- Add python 3.13 build + Bottleneck 1.4.0 ================