diff --git a/.github/workflows/python-versions.yml b/.github/workflows/python-versions.yml index 5242aca..fdcc1e0 100644 --- a/.github/workflows/python-versions.yml +++ b/.github/workflows/python-versions.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python 3.7|3.8|3.9|3.10 +name: Python 3.7-3.10 on: push: diff --git a/README.md b/README.md index 463b570..b7bde91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PocketBase Python SDK -[![Python 3.7|3.8|3.9|3.10](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml) +[![Python 3.7-3.10](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml) Python client SDK for the PocketBase backend.