diff --git a/.appveyor.yml b/.appveyor.yml index 80117c46..cbb1faa5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,7 +33,7 @@ environment: PYTHON_DEF: "C:\\Python38-x64" PYTHON_VERSION: "3.8" # Python versions to build wheels for - PYTHONVERS: C:\Python37-x64 C:\Python38-x64 C:\Python39-x64 C:\Python310-x64 C:\Python311-x64 C:\Python312-x64 C:\Python313-x64 + PYTHONVERS: C:\Python38-x64 C:\Python39-x64 C:\Python310-x64 C:\Python311-x64 C:\Python312-x64 C:\Python313-x64 PYTHON_ARCH: "64" MSVC: "Visual Studio 16 2019" diff --git a/.circleci/config.yml b/.circleci/config.yml index bc8e5477..20a045d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: parameters: python_ver: type: string - default: "3.10" + default: "3.12" docker: - image: cimg/python:<< parameters.python_ver >> steps: @@ -49,6 +49,8 @@ jobs: command: | python -m pytest ci/integration_tests name: Integration + max_auto_reruns: 3 + auto_rerun_delay: 5s - run: command: | flake8 ssh2 @@ -149,9 +151,9 @@ workflows: parameters: python_ver: - "3.8" - - "3.10" - "3.11" - "3.12" + - "3.13" filters: tags: ignore: /.*/ diff --git a/Changelog.rst b/Changelog.rst index cd5f5cb4..a1fb70d8 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -18,6 +18,12 @@ Changes via the remote host to a third party. +Packaging +---------- + +* Removed Windows Python 3.7 wheel builds. + + 1.1.2 ++++++