Skip to content

Commit ff16ec1

Browse files
committed
reverted compliance changes
1 parent 7e8c60a commit ff16ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.14']
11+
python: ['3.13']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v5
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python: ['3.14']
32+
python: ['3.13']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v5

0 commit comments

Comments
 (0)