diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d0bf735..e15beca 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -11,7 +11,7 @@ jobs: python-version: ['3.6', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 - - name: Set up Python 3.9 + - name: Set up Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} diff --git a/README.rst b/README.rst index 5c28a6d..5b65dad 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,10 @@ View your references while you art! .. image:: https://github.com/rbreu/beeref/blob/main/images/screenshot.jpg -|github-ci-flake8| |github-ci-pytest| |codecov| +|python-version| |github-ci-flake8| |github-ci-pytest| |codecov| + + +.. |python-version| image:: https://github.com/rbreu/beeref/blob/main/images/python_version_badge.svg .. |github-ci-flake8| image:: https://github.com/rbreu/beeref/actions/workflows/flake8.yml/badge.svg :target: https://github.com/rbreu/beeref/actions/workflows/flake8.yml diff --git a/images/python_version_badge.svg b/images/python_version_badge.svg new file mode 100644 index 0000000..551ae04 --- /dev/null +++ b/images/python_version_badge.svg @@ -0,0 +1 @@ +PythonPython3.6 | 3.7 | 3.8 | 3.93.6 | 3.7 | 3.8 | 3.9 \ No newline at end of file