Skip to content

Commit

Permalink
Drop Python 3.7 (reached End of Life)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Nov 23, 2023
1 parent bd4ef79 commit fa272ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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::

Expand Down
2 changes: 1 addition & 1 deletion images/python_version_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa272ec

Please sign in to comment.