Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
feat: support cairo 0.10.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Nov 29, 2022
1 parent 5e6c184 commit 98365da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
functional:
runs-on: ${{ matrix.os }}

concurrency:
group: ${{ github.ref }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"eth-ape>=0.5.1,<0.6",
"ethpm-types", # Use same version as eth-ape
# ** Starknet Ecosystem **
"cairo-lang==0.10.1",
"starknet.py==0.10.0a0",
"starknet-devnet==0.4.0",
"cairo-lang==0.10.2",
"starknet.py==0.10.2a0",
"starknet-devnet==0.4.1",
],
entry_points={"ape_cli_subcommands": ["ape_starknet=ape_starknet._cli:cli"]},
python_requires=">=3.8,<3.10",
Expand Down

0 comments on commit 98365da

Please sign in to comment.