-
| 
         I have a AWS lambda function for which I updated the python runtime from 3.6 to 3.9 and also the Lambda layer runtime from 3.6 to 3.9....But when I try to execute the function it is giving me the following error. It was running fine before fine.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            dvarrazzo
          
      
      
        May 16, 2024 
      
    
    Replies: 1 comment
-
| 
         No, according to https://pypi.org/project/psycopg2/2.8.3/#files psycopg2 2.8.3 was only distributed up to python 3.7.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        romit7
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
No, according to https://pypi.org/project/psycopg2/2.8.3/#files psycopg2 2.8.3 was only distributed up to python 3.7.