Skip to content

Commit 9cc2afe

Browse files
m3vazmanopapad
andauthored
Add support for Python 3.11 (#830)
* updating build config for py311 and clearing an unused comment * Document support for python 3.11 --------- Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
1 parent c9e3977 commit 9cc2afe

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

conda/conda-build/conda_build_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gpu_enabled:
55
python:
66
- "3.9,!=3.9.7"
77
- 3.10
8+
- 3.11
89

910
numpy_version:
1011
- ">=1.22"

conda/conda-build/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ requirements:
137137
{% else %}
138138
- legate-core ={{ core_version }}
139139
- cuda-cudart >={{ cuda_version }}
140-
# - libcutensor >=1.3
141140
- cutensor >=1.3 =*_*
142141
- libcublas
143142
- libcusolver =11.4.1.48-0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Programming Language :: Python",
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
38+
"Programming Language :: Python :: 3.11",
3839
],
3940
packages=find_packages(
4041
where=".",

0 commit comments

Comments
 (0)