Skip to content

Commit

Permalink
Updated version designators in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 1, 2024
1 parent ec50649 commit 5372943
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10" ]
python-version: [ "3.8", "3.10" ]
runs-on: ubuntu-latest

steps:
Expand Down
102 changes: 38 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ numpy = "^1.22"
dill = ">=0.3.7"

[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
pytest-cov = "^2.10.1"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"

0 comments on commit 5372943

Please sign in to comment.