Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Add python 3.13 build
Browse files Browse the repository at this point in the history
rdbisme committed Oct 12, 2024

Verified

This commit was signed with the committer’s verified signature.
trxcllnt Paul Taylor
1 parent 891b16e commit c9f9f7d
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -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
================

0 comments on commit c9f9f7d

Please sign in to comment.