diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e913729a..22963d98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0"] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/README.md b/README.md index 2739e6d1..7fb5c71e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # MinIO Python Client SDK for Amazon S3 Compatible Cloud Storage [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/minio/minio-py/blob/master/LICENSE) The MinIO Python Client SDK provides high level APIs to access any MinIO Object Storage or other Amazon S3 compatible service.