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
# 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