diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c9055e5..6d0b183 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 108de9c..5ac6b43 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -64,7 +64,7 @@ Website etc. The Python version badge in the README is generated with pybadges:: - python -m pybadges --left-text=Python --right-text="3.7 | 3.8 | 3.9 | 3.10 | 3.11" > images/python_version_badge.svg + python -m pybadges --left-text=Python --right-text="3.8 | 3.9 | 3.10 | 3.11" > images/python_version_badge.svg The `website `_ is hosted via Github pages from the gh-pages branch. You can run it locally if you have Ruby and bundler installed:: diff --git a/images/python_version_badge.svg b/images/python_version_badge.svg index 04f394f..3c36190 100644 --- a/images/python_version_badge.svg +++ b/images/python_version_badge.svg @@ -1 +1 @@ -PythonPython3.7 | 3.8 | 3.9 | 3.10 | 3.113.7 | 3.8 | 3.9 | 3.10 | 3.11 \ No newline at end of file +PythonPython3.8 | 3.9 | 3.10 | 3.113.8 | 3.9 | 3.10 | 3.11 \ No newline at end of file