diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d574883f..63320901 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Release Notes .. current developments +3.5.0 +===== + +**Added:** + +* Support for Python 3.13 + +**Removed:** + +* Support for Python 3.10 + + 3.4.3 ===== diff --git a/news/python313.rst b/news/python313.rst deleted file mode 100644 index 4b34bb41..00000000 --- a/news/python313.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Support for Python 3.13 - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* Support for Python 3.10 - -**Fixed:** - -* - -**Security:** - -*