Skip to content

Commit

Permalink
Merge pull request #42 from onekey-sec/python-312-support
Browse files Browse the repository at this point in the history
chore(ci): extend pytest coverage to python 3.12
  • Loading branch information
qkaiser authored Jan 10, 2024
2 parents 4dbd25a + 88a7b81 commit e225550
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
maturin
pdm
ruff
rustc
cargo
];
};

Expand Down
Loading

0 comments on commit e225550

Please sign in to comment.