Skip to content

Commit

Permalink
update requirements and remove python 3.8 from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9900 committed Nov 21, 2024
1 parent 7f90975 commit 608890c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
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.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
flake8
isort
pre-commit
pylint
pyserial
setuptools
pre-commit

0 comments on commit 608890c

Please sign in to comment.