Skip to content

Commit

Permalink
Last step in deprecating 3.6 (#7961)
Browse files Browse the repository at this point in the history
refs #7843
  • Loading branch information
alex committed Jan 2, 2023
1 parent 4e1d5cb commit 5757831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -8,6 +8,8 @@ Changelog

.. note:: This version is not yet released and is under active development.

* Support for Python 3.6 is deprecated and will be removed in the next
release.

.. _v39-0-0:

Expand Down
3 changes: 1 addition & 2 deletions src/cryptography/__init__.py
Expand Up @@ -18,8 +18,7 @@
warnings.warn(
"Python 3.6 is no longer supported by the Python core team. "
"Therefore, support for it is deprecated in cryptography. The next "
"release of cryptography (40.0) will be the last to support Python "
"3.6.",
"release of cryptography will remove support for Python 3.6.",
CryptographyDeprecationWarning,
stacklevel=2,
)

0 comments on commit 5757831

Please sign in to comment.