Skip to content

Commit 18130bb

Browse files
authored
Merge pull request #63 from Cisco-Talos/github-workflow-py-ver
GitHub Actions: Update Python version for release workflow
2 parents e3409c8 + 6da7cf6 commit 18130bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212

13-
- name: Set up Python 3.7
14-
uses: actions/setup-python@v1
13+
- name: Set up Python 3.12
14+
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.7
16+
python-version: 3.12
1717

1818
- name: Install pypa/build
1919
run: >-

0 commit comments

Comments
 (0)