Skip to content

Commit 56224bd

Browse files
committed
Test with latest Ubuntu, Python
1 parent 4aa86cf commit 56224bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-22.04]
12-
python-version: ['3.9', '3.10', '3.11', '3.12']
11+
os: [ubuntu-24.04]
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313
runs-on: ${{ matrix.os }}
1414

1515
steps:

0 commit comments

Comments
 (0)