Skip to content

Commit

Permalink
remove py38 support
Browse files Browse the repository at this point in the history
  • Loading branch information
blengerich committed Feb 23, 2023
1 parent d87ccf1 commit e397d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![License](https://img.shields.io/github/license/blengerich/ebm_utils.svg?style=flat-square)
![Maintenance](https://img.shields.io/maintenance/yes/2023?style=flat-square)
![python](https://img.shields.io/badge/python-3.7%20|%203.8%20|%203.9%20|%203.10-blue)
![python](https://img.shields.io/badge/python-3.9%20|%203.10-blue)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
![Test Passing](https://github.com/blengerich/ebm_utils/actions/workflows/unit-test.yml/badge.svg)
![pylint Score](pylint.svg)
Expand Down

0 comments on commit e397d3c

Please sign in to comment.