Merge pull request #1898 from bwhitchurch/fix-python-version
add upper bound for python version to avoid incompatible packages
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies:
|
|||||||
- bison
|
- bison
|
||||||
- flex
|
- flex
|
||||||
- expat
|
- expat
|
||||||
- python>=3.9
|
- python>=3.9,<3.11
|
||||||
- bc
|
- bc
|
||||||
- unzip
|
- unzip
|
||||||
- patch
|
- patch
|
||||||
|
|||||||
Reference in New Issue
Block a user