Skip to content

Commit 5421d5a

Browse files
committed
Add 3.14 python
1 parent 3121b76 commit 5421d5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [dev] (MM/DD/YYYY)
8+
9+
### Added
10+
* Enabled support of Python 3.14 [gh-234](https://github.com/IntelPython/mkl_fft/pull/234)
11+
712
## [2.1.1] - 2025-10-09
813

914
### Fixed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ classifiers = [
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
4545
"Programming Language :: Python :: 3.13",
46+
"Programming Language :: Python :: 3.14",
4647
"Programming Language :: Python :: Implementation :: CPython",
4748
"Topic :: Software Development",
4849
"Topic :: Scientific/Engineering",
@@ -57,7 +58,7 @@ keywords = ["DFTI", "FFT", "Fourier", "MKL"]
5758
license = "BSD-3-Clause"
5859
name = "mkl_fft"
5960
readme = {file = "README.md", content-type = "text/markdown"}
60-
requires-python = ">=3.9,<3.14"
61+
requires-python = ">=3.9,<3.15"
6162

6263
[project.optional-dependencies]
6364
scipy_interface = ["scipy>=1.10"]

0 commit comments

Comments
 (0)