readme and actions update
This commit is contained in:
parent
aa1684b9c4
commit
58f9117df6
4
.github/workflows/python-versions.yml
vendored
4
.github/workflows/python-versions.yml
vendored
@ -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.6|3.7|3.8|3.9|3.10
|
||||
name: Python Versions
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# PocketBase Python SDK
|
||||
|
||||
[](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml)
|
||||
[](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.yml)
|
||||
|
||||
Python client SDK for the <a href="https://pocketbase.io/">PocketBase</a> backend.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user