Skip to content

Commit 76690db

Browse files
committed
add python 3.13
1 parent 5dc2185 commit 76690db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python: ['3.9', '3.10', '3.11', '3.12']
23+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2424
steps:
2525
- name: Cancel Previous Runs
2626
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
@@ -77,7 +77,7 @@ jobs:
7777

7878
strategy:
7979
matrix:
80-
python_ver: ['3.9', '3.10', '3.11', '3.12']
80+
python_ver: ['3.9', '3.10', '3.11', '3.12', '3.13']
8181
numpy: ['numpy"<2"', 'numpy">=2"']
8282
experimental: [false]
8383
runner: [ubuntu-latest]
@@ -147,7 +147,7 @@ jobs:
147147

148148
strategy:
149149
matrix:
150-
python: ['3.9', '3.10', '3.11', '3.12']
150+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
151151
steps:
152152
- name: Cancel Previous Runs
153153
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
@@ -209,7 +209,7 @@ jobs:
209209

210210
strategy:
211211
matrix:
212-
python_ver: ['3.9', '3.10', '3.11', '3.12']
212+
python_ver: ['3.9', '3.10', '3.11', '3.12', '3.13']
213213
numpy: ['numpy"<2"', 'numpy">=2"']
214214
experimental: [false]
215215
runner: [windows-latest]

pyproject.toml

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

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

0 commit comments

Comments
 (0)