From 57e9895fdcf39c64ee8e42c19170da799d2a4b4e Mon Sep 17 00:00:00 2001 From: Ruben Di Battista Date: Sat, 12 Oct 2024 12:43:50 +0200 Subject: [PATCH] MNT: Add python 3.13 build Fix #459 --- .github/workflows/ci.yml | 2 +- RELEASE.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 ================