Skip to content

Commit a8d9818

Browse files
authored
Pin 3.14 in python-315.yml
sphinxcontrib-jsmath not compatible with Python 3.15
1 parent de6b9ed commit a8d9818

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-315.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: ./.github/workflows/sync.yml
1919
with:
2020
tx_project: python-newest
21-
version: 3.15
21+
version: 3.14
2222
secrets: inherit
2323
check:
2424
uses: ./.github/workflows/check.yml
2525
needs: sync
2626
with:
2727
tx_project: python-newest
28-
version: 3.15
28+
version: 3.14
2929
secrets: inherit

0 commit comments

Comments
 (0)