Skip to content

Commit 893bccd

Browse files
committed
Upgrade python for Certora CI
1 parent 4339698 commit 893bccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/certora.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
java-version: '11'
2424
java-package: jre
2525

26-
- name: Set up Python 3.8
27-
uses: actions/setup-python@v3
26+
- name: Set up Python 3.13
27+
uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.8
29+
python-version: '3.13'
3030

3131
- name: Install solc-select
3232
run: pip3 install solc-select

0 commit comments

Comments
 (0)