Skip to content

Commit b2b10ae

Browse files
authored
Changed python req to > 3.8
1 parent 700bbb1 commit b2b10ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requirements:
2222
- python
2323
- setuptools
2424
run:
25-
- python<3.9 # https://github.com/conda-forge/pyside2-feedstock/issues/56
25+
- python>=3.8, <=3.9 # https://github.com/conda-forge/pyside2-feedstock/issues/56
2626
- arrow
2727
- brightway2 >=2.1.2
2828
- bw2io >=0.8

0 commit comments

Comments
 (0)