Skip to content

Commit 5f459a2

Browse files
committed
Update CI
Signed-off-by: Alex Forencich <[email protected]>
1 parent e5f4aa0 commit 5f459a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/regression-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: Python ${{matrix.python-version}}
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
1515
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# I2C interface modules for Cocotb
22

3-
[![Build Status](https://github.com/alexforencich/cocotbext-i2c/workflows/Regression%20Tests/badge.svg?branch=master)](https://github.com/alexforencich/cocotbext-i2c/actions/)
3+
[![Regression Tests](https://github.com/alexforencich/cocotbext-i2c/actions/workflows/regression-tests.yml/badge.svg)](https://github.com/alexforencich/cocotbext-i2c/actions/workflows/regression-tests.yml)
44
[![codecov](https://codecov.io/gh/alexforencich/cocotbext-i2c/branch/master/graph/badge.svg)](https://codecov.io/gh/alexforencich/cocotbext-i2c)
55
[![PyPI version](https://badge.fury.io/py/cocotbext-i2c.svg)](https://pypi.org/project/cocotbext-i2c)
66

0 commit comments

Comments
 (0)