Skip to content

Commit 9e8495c

Browse files
authored
SNOW-900365: update conda build recipe for py311 (#1050)
1 parent a24cbf0 commit 9e8495c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ requirements:
2424
- wheel
2525
run:
2626
- python
27-
- cloudpickle >=1.6.0,<=2.0.0
27+
- cloudpickle >=1.6.0,<=2.0.0 # [py<=310]
28+
- cloudpickle==2.2.1 # [py==311]
2829
- snowflake-connector-python
2930
- typing-extensions >=4.1.0
3031
# need to pin libffi because of problems in cryptography.

0 commit comments

Comments
 (0)