Skip to content

Commit 55fafa8

Browse files
authored
Updated CI python versions tested (#230)
* Updated CI python versions tested. Removed no longer available python version from appveyor cfg * Updated changelog * Added CI auto-rerun
1 parent 95dba71 commit 55fafa8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ environment:
3333
PYTHON_DEF: "C:\\Python38-x64"
3434
PYTHON_VERSION: "3.8"
3535
# Python versions to build wheels for
36-
PYTHONVERS: C:\Python37-x64 C:\Python38-x64 C:\Python39-x64 C:\Python310-x64 C:\Python311-x64 C:\Python312-x64 C:\Python313-x64
36+
PYTHONVERS: C:\Python38-x64 C:\Python39-x64 C:\Python310-x64 C:\Python311-x64 C:\Python312-x64 C:\Python313-x64
3737
PYTHON_ARCH: "64"
3838
MSVC: "Visual Studio 16 2019"
3939

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
parameters:
2222
python_ver:
2323
type: string
24-
default: "3.10"
24+
default: "3.12"
2525
docker:
2626
- image: cimg/python:<< parameters.python_ver >>
2727
steps:
@@ -49,6 +49,8 @@ jobs:
4949
command: |
5050
python -m pytest ci/integration_tests
5151
name: Integration
52+
max_auto_reruns: 3
53+
auto_rerun_delay: 5s
5254
- run:
5355
command: |
5456
flake8 ssh2
@@ -149,9 +151,9 @@ workflows:
149151
parameters:
150152
python_ver:
151153
- "3.8"
152-
- "3.10"
153154
- "3.11"
154155
- "3.12"
156+
- "3.13"
155157
filters:
156158
tags:
157159
ignore: /.*/

Changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Changes
1818
via the remote host to a third party.
1919

2020

21+
Packaging
22+
----------
23+
24+
* Removed Windows Python 3.7 wheel builds.
25+
26+
2127
1.1.2
2228
++++++
2329

0 commit comments

Comments
 (0)