Skip to content

Commit 98ee407

Browse files
ekomarovaantonwolfy
authored andcommitted
Add 3.14 python
1 parent 96e12cf commit 98ee407

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ source:
1414
requirements:
1515
host:
1616
- python
17+
- python-gil # [py>=314]
1718
- pip >=25.0
1819
- pybind11 >=2.13.6
1920
{% for dep in py_build_deps %}
@@ -41,6 +42,7 @@ requirements:
4142
- {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }},<{{ max_compiler_and_mkl_version }}
4243
run:
4344
- python
45+
- python-gil # [py>=314]
4446
- {{ pin_compatible('dpctl', min_pin='x.x.x', max_pin=None) }}
4547
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
4648
- {{ pin_compatible('onemkl-sycl-blas', min_pin='x.x', max_pin='x') }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Programming Language :: Python :: 3 :: Only",
3536
"Programming Language :: Python :: Implementation :: CPython",
3637
"Topic :: Software Development",
@@ -70,7 +71,7 @@ license-files = ["LICENSE.txt"]
7071
maintainers = [{name = "Intel Corporation"}]
7172
name = "dpnp"
7273
readme = {file = "README.md", content-type = "text/markdown"}
73-
requires-python = ">=3.10,<3.14"
74+
requires-python = ">=3.10,<3.15"
7475

7576
[project.optional-dependencies]
7677
coverage = [

0 commit comments

Comments
 (0)