Skip to content

Commit 4144929

Browse files
committed
MNT: Add python 3.13 build
Fix #459
1 parent 891b16e commit 4144929

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1111
numpy-version: [""]
1212
architecture: [x86, x64]
1313
os:

RELEASE.rst

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Release Notes
66
These are the major changes made in each release. For details of the changes
77
see the commit log at https://github.com/pydata/bottleneck
88

9+
Bottleneck 1.4.1
10+
================
11+
12+
*Release date: 2024-10-12
13+
14+
Enhancements
15+
~~~~~~~~~~~~
16+
- Add python 3.13 build
17+
918
Bottleneck 1.4.0
1019
================
1120

0 commit comments

Comments
 (0)