We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee15eb commit 29a7411Copy full SHA for 29a7411
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Python-RSA changelog
2
3
+## Version 4.10 - in development
4
+
5
+- Drop support for Python 3.6 ([#209](https://github.com/sybrenstuvel/python-rsa/pull/209))
6
+ and declare support for 3.11 ([#208](https://github.com/sybrenstuvel/python-rsa/pull/208)).
7
+- Upgrade `pytest` dependency to fix a [security issue](https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715).
8
+- Upgrade `pytest-cov` as well, for good measure.
9
10
11
## Version 4.9 - release 2022-07-20
12
13
- Remove debug logging from `rsa/key.py`
0 commit comments