Skip to content

Commit

Permalink
Merge pull request #63 from Cisco-Talos/github-workflow-py-ver
Browse files Browse the repository at this point in the history
GitHub Actions: Update Python version for release workflow
  • Loading branch information
micahsnyder authored Oct 15, 2024
2 parents e3409c8 + 6da7cf6 commit 18130bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.12

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 18130bb

Please sign in to comment.