uranusjr commented on issue #19428: URL: https://github.com/apache/airflow/issues/19428#issuecomment-962295543
Poetry's message is _technically_ correct as well, since `~=3.6` (i.e. `>=3.6, <4.0`) does not cover _all_ of `>=3.7`, which can be split into `>=3.7, <4.0` and `>=4.0`, and the latter part is not properly covered. But in any case, this is an issue between Poetry and you as its user. Airflow's specification is correct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
