Skip to content

Commit

Permalink
MNT: Add python 3.13 build
Browse files Browse the repository at this point in the history
Fix #459
  • Loading branch information
rdbisme committed Oct 12, 2024
1 parent 891b16e commit 4144929
Show file tree
Hide file tree
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
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
================

Expand Down

0 comments on commit 4144929

Please sign in to comment.