Skip to content

Commit e1456bb

Browse files
committed
Revert to python 3.13, remove gcc dependency
1 parent c2a1d87 commit e1456bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
enable-cache: true
1616
- name: Install apt dependencies
17-
run: sudo apt install -y gcc yosys
17+
run: sudo apt install -y yosys
1818
- name: Run all tests
1919
run: uv run just tests
2020
- name: Upload coverage to Codecov

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14
1+
3.13

0 commit comments

Comments
 (0)