Skip to content

Commit

Permalink
remove redundent dev-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Nov 1, 2023
1 parent 8ee6859 commit 98fc263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]
os: [ubuntu-latest]
include:
- python-version: "3.8"
Expand Down
6 changes: 0 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
pip==21.1
bump2version==0.5.11
wheel==0.38.1
watchdog==0.9.0
flake8==3.7.8
tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
Click==7.1.2
pytest==6.2.4
Expand Down

0 comments on commit 98fc263

Please sign in to comment.