Skip to content

Commit

Permalink
ci: add python 3.13 to test.yml (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkarmacoma authored Dec 3, 2024
1 parent d4cac2e commit b3f8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
storage-layout: ["solidity", "generic"]
cache-solver: ["", "--cache-solver"]

Expand Down

0 comments on commit b3f8d52

Please sign in to comment.