Skip to content

Commit a5c3417

Browse files
authored
Build Python 3.11 conda package (rusty1s#330)
* Build Python 3.11 conda package * Bump build number
1 parent 578e6e0 commit a5c3417

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/building-conda.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
matrix:
1313
# We have trouble building for Windows - drop for now.
1414
os: [ubuntu-18.04, macos-10.15] # windows-2019
15-
python-version: ['3.7', '3.8', '3.9', '3.10']
15+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1616
torch-version: [1.13.0, 2.0.0]
1717
# We have trouble building for `cu116` due to PyTorch 1.13.0 bugs
1818
cuda-version: ['cpu', 'cu117', 'cu118']
1919
exclude:
20+
- torch-version: 1.13.0
21+
python-version: '3.11'
2022
- torch-version: 2.0.0
2123
python-version: '3.7'
2224
- torch-version: 1.13.0

conda/pytorch-sparse/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ requirements:
2424

2525
build:
2626
string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
27+
number: 1
2728
script_env:
2829
- FORCE_CUDA
2930
- TORCH_CUDA_ARCH_LIST

0 commit comments

Comments
 (0)