From 1d92b331e2800e71d5afad1900d278298e652f3a Mon Sep 17 00:00:00 2001 From: Vithor Jaeger Date: Mon, 19 Sep 2022 17:01:18 -0400 Subject: [PATCH] badge update --- .github/workflows/python-versions.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.