Skip to content

Commit

Permalink
Add note about dropping Python 3.7 for kafka and impala (apache#32017)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Jun 20, 2023
1 parent 8b14615 commit 547f584
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions airflow/providers/apache/impala/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@
specific language governing permissions and limitations
under the License.
.. NOTE TO CONTRIBUTORS:
Please, only add notes to the Changelog just below the "Changelog" header when there are some breaking changes
and you want to add an explanation to the users on how they are supposed to deal with them.
The changelog is updated and maintained semi-automatically by release manager.
Changelog
---------

.. note::
This release dropped support for Python 3.7

1.1.0
.....

Expand Down
7 changes: 7 additions & 0 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@
specific language governing permissions and limitations
under the License.
.. NOTE TO CONTRIBUTORS:
Please, only add notes to the Changelog just below the "Changelog" header when there are some breaking changes
and you want to add an explanation to the users on how they are supposed to deal with them.
The changelog is updated and maintained semi-automatically by release manager.
Changelog
---------

.. note::
This release dropped support for Python 3.7

1.1.0
.....

Expand Down

0 comments on commit 547f584

Please sign in to comment.