Skip to content

Commit e7c9f09

Browse files
committed
Make the CI cover Python 3.14
1 parent 18fe331 commit e7c9f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.8', '3.12'] # oldest and youngest Pythons alive
10+
python-version: ['3.8', '3.14'] # oldest and youngest Pythons alive
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

0 commit comments

Comments
 (0)