File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ source:
1414requirements :
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') }}
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
3434 " Programming Language :: Python :: 3.13" ,
35+ " Programming Language :: Python :: 3.14" ,
3536 " Programming Language :: Python :: 3 :: Only" ,
3637 " Programming Language :: Python :: Implementation :: CPython" ,
3738 " Topic :: Software Development" ,
@@ -71,7 +72,7 @@ license-files = ["LICENSE.txt"]
7172maintainers = [{name = " Intel Corporation" }]
7273name = " dpnp"
7374readme = {file = " README.md" , content-type = " text/markdown" }
74- requires-python = " >=3.9,<3.14 "
75+ requires-python = " >=3.9,<3.15 "
7576
7677[project .optional-dependencies ]
7778coverage = [
You can’t perform that action at this time.
0 commit comments