Skip to content

Commit

Permalink
bump requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Mar 21, 2024
1 parent b0298f4 commit e6fb103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
editdistpy>=0.1.3

# For testing
coverage==6.1.2
numpy>=1.19.5
pytest-cov==3.0.0
coverage==7.4.4
importlib-resources>=6.3.2
numpy>=1.19.5
pytest==8.1.1
pytest-cov==4.1.0

0 comments on commit e6fb103

Please sign in to comment.