Skip to content

Commit

Permalink
fix: update pytest en dev req
Browse files Browse the repository at this point in the history
  • Loading branch information
wschoonveld committed Sep 4, 2024
1 parent 3658d33 commit dac40d0
Show file tree
Hide file tree
Showing 2 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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.0.*
wheel==0.37.*
pip==24.0
wheel==0.43.0
watchdog==2.1.*
flake8==4.0.*
tox==3.24.*
Expand Down

0 comments on commit dac40d0

Please sign in to comment.