Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 5, 2024
1 parent 1b4dbfe commit f60afd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,8 @@ jobs:

strategy:
matrix:
<<<<<<< HEAD
# TODO: Replace with macos-latest when works again.
# https://github.com/actions/setup-python/issues/808
os: [ubuntu-latest, macos-12] # eventually add `windows-latest`
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
=======
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))

steps:
- uses: actions/checkout@v4
Expand All @@ -88,7 +81,7 @@ jobs:
- name: Run Tests
run: pytest -m "not fuzzing" -n 0 -s --cov
env:
TENDERLY_FORK_ID: ${{ secrets.TENDERLY_FORK_ID }}
TENDERLY_GATEWAY_ACCESS_KEY: ${{ secrets.TENDERLY_GATEWAY_ACCESS_KEY }}

# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
# fuzzing:
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ Ecosystem plugin for Tenderly support in Ape.

## Dependencies

<<<<<<< HEAD
- [python3](https://www.python.org/downloads) version 3.8 up to 3.12.
=======
- [python3](https://www.python.org/downloads) version 3.9 up to 3.13.
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))

## Installation

Expand Down

0 comments on commit f60afd3

Please sign in to comment.