Skip to content

Commit c09e8de

Browse files
committed
Set release.yml to use Python 3.9
1 parent ec11167 commit c09e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: [3.13]
18+
python-version: [3.9]
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)