Skip to content

Commit b536301

Browse files
authored
Changed python req to >= 3.8
Changed the requirement to 3.8 to avoid the pickle 5 protocol impatibility bug since it only supports from python3.8
1 parent 1a0b695 commit b536301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323
- python
2424
- setuptools
2525
run:
26-
- python <3.9 # https://github.com/conda-forge/pyside2-feedstock/issues/56
26+
- python>=3.8, <=3.9 # https://github.com/conda-forge/pyside2-feedstock/issues/56
2727
- numpy >=1.20.2
2828
- arrow
2929
- brightway2 >=2.1.2

0 commit comments

Comments
 (0)