Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Bump cairo lang dependency #351

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# Add '3.10-dev' once frozendict issue is resolved
# See https://github.com/starkware-libs/cairo-lang/issues/38
python_version: [ '3.8', '3.9' ]
python_version: [ '3.9' ]
os: [ubuntu-latest]
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
steps:
Expand All @@ -30,9 +30,9 @@ jobs:
python-version: ${{ matrix.python_version }}
architecture: x64
- run: python -m pip install -U setuptools
- run: python -m pip install -e .[testing]
- run: python -m pip install --pre -e .[testing]
- run: tox -e lint
- run: tox
- run: tox -- --disable-warnings

dist:
runs-on: ubuntu-latest
Expand All @@ -42,9 +42,9 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"
- run: python -m pip install -U setuptools
- run: python -m pip install -e .[testing]
- run: python -m pip install --pre -e .[testing]
- name: Build package
run: tox -e build
- uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ install_requires =
click>=8.0,<9.0
importlib-metadata>=4.0
python-dotenv>=0.19.2
starknet-devnet>=0.4.3
cairo-lang>=0.10.3
cairo-lang>=0.11.0.2
starknet-devnet>=0.5.0
pytest>=7.1.3
pytest-asyncio>=0.19.0
requests>=2.28.1
Expand Down
Loading