File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
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 : /.*/
Original file line number Diff line number Diff 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+
21271.1.2
2228++++++
2329
You can’t perform that action at this time.
0 commit comments