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

Commit

Permalink
Bump cairo lang dependency (#351)
Browse files Browse the repository at this point in the history
* feat: add disclaimer for deprecation to README

* feat: update README

* feat: bump dependencies

* feat: format files

* feat: fix pre-release dependency

* feat: allow pre-releases

* feat: allow pre in tox

* feat: add pre to pip

* fix: remove 3.8

* feat: update compiler name

* fix: tests

* fix: github actions

* fix: remove 3.8 from dist

* fix: integration

* Apply suggestions from code review

Co-authored-by: Amay Shah <[email protected]>

---------

Co-authored-by: Andrew Fleming <[email protected]>
Co-authored-by: Amay Shah <[email protected]>
  • Loading branch information
3 people authored Apr 20, 2023
1 parent 2eaf0ea commit e0c763c
Show file tree
Hide file tree
Showing 13 changed files with 28,103 additions and 28,078 deletions.
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

0 comments on commit e0c763c

Please sign in to comment.