Skip to content

Commit 1442da3

Browse files
committed
moved compliance tests to 3.14
1 parent ff16ec1 commit 1442da3

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.13']
11+
python: ['3.14']
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.13']
32+
python: ['3.14']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v5

0 commit comments

Comments
 (0)