Skip to content

Commit e3a5095

Browse files
authored
release with python 3.13 (#58)
1 parent 6e1b32e commit e3a5095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

11-
- name: Initialize Python 3.7
12-
uses: actions/setup-python@v4 # Also update to v4
11+
- name: Initialize Python 3.13
12+
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.7' # Use a supported version
14+
python-version: '3.13'
1515

1616
- name: Build package
1717
run: |

0 commit comments

Comments
 (0)