Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41ff362

Browse files
authored
Use python 3.9 in python-38.yml
1 parent ed61bff commit 41ff362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-38.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
with:
1212
tx_project: ${{ github.workflow }}
1313
version: 3.8
14+
py_bin_ver: 3.9
1415
secrets: inherit
1516
check:
1617
uses: ./.github/workflows/check.yml
1718
needs: sync
1819
with:
1920
tx_project: ${{ github.workflow }}
2021
version: 3.8
22+
py_bin_ver: 3.9
2123
secrets: inherit

0 commit comments

Comments
 (0)