ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

feat: python 3.11 [APE-1041] #54

Closed dtdang closed 1 year ago

dtdang commented 1 year ago

What I did

fixes: #

How I did it

How to verify it

Checklist

linear[bot] commented 1 year ago
APE-1041 "feat: python 3.11 " (ApeWorX/ape-foundry #54)

### What I did fixes: # ### How I did it ### How to verify it ### Checklist * [ ] Passes all linting checks (pre-commit and CI jobs) * [ ] New test cases have been added and are passing * [ ] Documentation has been updated * [ ] PR title follows [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) standard (will be automatically included in the changelog) --- [ApeWorX/ape-foundry #54](https://github.com/ApeWorX/ape-foundry/pull/54) by [dtdang](https://github.com/dtdang) on GitHub *via LinearSync*

antazoey commented 1 year ago

tests are failing because it uses some plugins that aren't updates yet (https://github.com/ApeWorX/ape-foundry/blob/main/setup.py#L12-L13)

after updating + releasing those, we should be able re-run these tests and see them pass here