diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index 15e2f52..b042c5d 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.8', '3.11']
- pyqt-version: ['6.4.0', '6.6.0']
+ python-version: ['3.9', '3.11']
+ pyqt-version: ['6.4.0', '6.6.1']
steps:
- uses: actions/checkout@v4
- name: Set up Python
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index bd3f806..2505eb7 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -59,7 +59,7 @@ Website etc.
The Python version badge in the README is generated with pybadges::
- python -m pybadges --left-text=Python --right-text="3.8 | 3.9 | 3.10 | 3.11" > images/python_version_badge.svg
+ python -m pybadges --left-text=Python --right-text="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 3c36190..9907506 100644
--- a/images/python_version_badge.svg
+++ b/images/python_version_badge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file