IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

feat: update minimum supported python version to 3.6 #102

Closed padamstx closed 3 years ago

padamstx commented 3 years ago

This commit moves the project's minimum supported python version from 3.5 to 3.6. Python 3.5 has long-ago passed its "end of service" date. This project is now built and tested on python versions 3.6, 3.7, 3.8 and 3.9.

codecov[bot] commented 3 years ago

Codecov Report

Merging #102 (3424c92) into master (4f8d282) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files          18       18           
  Lines         665      665           
=======================================
  Hits          653      653           
  Misses         12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f8d282...3424c92. Read the comment docs.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 3.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: