Skip to content

Commit

Permalink
Add v2 specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Jan 30, 2024
1 parent 216ea88 commit 6df3f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-dep-tests.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", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage==7.0.1
pytest-cov==4.0.0
pytest-xdist==3.1.0
pip-tools==7.0.0
packaging==23.2

0 comments on commit 6df3f9e

Please sign in to comment.