readme and actions update

This commit is contained in:
Vithor Jaeger 2022-09-19 16:58:12 -04:00
parent aa1684b9c4
commit 58f9117df6
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # 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 # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python 3.6|3.7|3.8|3.9|3.10 name: Python Versions
on: on:
push: push:
@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["3.7", "3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1,6 +1,6 @@
# PocketBase Python SDK # PocketBase Python SDK
[![Python 3.6|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.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 client SDK for the <a href="https://pocketbase.io/">PocketBase</a> backend. Python client SDK for the <a href="https://pocketbase.io/">PocketBase</a> backend.