Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Jun 20, 2024
1 parent 846cd40 commit 3836d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11"]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- run: |
/tmp/venv/bin/pip freeze
/tmp/venv/bin/hatch run testing:test
if: matrix.python-version == '3.11'
if: matrix.python-version != '3.11'
- run: /tmp/venv/bin/hatch run testing:cov
if: matrix.python-version == '3.11'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ dependencies = [
"pytest-asyncio==0.23.5",
"fastapi",
"httpx",
"fastecdsa",
"secp256k1",
]
[tool.hatch.envs.testing.scripts]
Expand Down

0 comments on commit 3836d83

Please sign in to comment.