mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Drop Python 3.8 support
This commit is contained in:
parent
d4c1807f23
commit
1ea7a7390c
3 changed files with 4 additions and 4 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <https://rbreu.github.io/beeref/>`_ is hosted via Github pages from the gh-pages branch. You can run it locally if you have Ruby and bundler installed::
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="174.2" height="20"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect width="174.2" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#round)"><rect width="48.1" height="20" fill="#555"/><rect x="48.1" width="126.1" height="20" fill="#007ec6"/><rect width="174.2" height="20" fill="url(#smooth)"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="250.5" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="381.0" lengthAdjust="spacing">Python</text><text x="250.5" y="140" transform="scale(0.1)" textLength="381.0" lengthAdjust="spacing">Python</text><text x="1101.5" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="1161.0" lengthAdjust="spacing">3.8 | 3.9 | 3.10 | 3.11</text><text x="1101.5" y="140" transform="scale(0.1)" textLength="1161.0" lengthAdjust="spacing">3.8 | 3.9 | 3.10 | 3.11</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="146.0" height="20"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect width="146.0" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#round)"><rect width="48.1" height="20" fill="#555"/><rect x="48.1" width="97.9" height="20" fill="#007ec6"/><rect width="146.0" height="20" fill="url(#smooth)"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="250.5" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="381.0" lengthAdjust="spacing">Python</text><text x="250.5" y="140" transform="scale(0.1)" textLength="381.0" lengthAdjust="spacing">Python</text><text x="960.5000000000001" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="879.0" lengthAdjust="spacing">3.9 | 3.10 | 3.11</text><text x="960.5000000000001" y="140" transform="scale(0.1)" textLength="879.0" lengthAdjust="spacing">3.9 | 3.10 | 3.11</text></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue