Skip to content

Commit dfebac4

Browse files
committed
Run style checks with Python 3.14.
1 parent ad05cc7 commit dfebac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pip install --upgrade pip tox
5151
5252
- name: Check style
53-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
53+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'
5454
run: |
5555
tox -e docs,style
5656

0 commit comments

Comments
 (0)