Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
parameters:
python_ver:
type: string
default: "3.10"
default: "3.12"
docker:
- image: cimg/python:<< parameters.python_ver >>
steps:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -149,9 +151,9 @@ workflows:
parameters:
python_ver:
- "3.8"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
filters:
tags:
ignore: /.*/
Expand Down
6 changes: 6 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Changes
via the remote host to a third party.


Packaging
----------

* Removed Windows Python 3.7 wheel builds.


1.1.2
++++++

Expand Down