Skip to content

Commit

Permalink
Merge pull request #796 from mandiant/feat/ci-latest-python
Browse files Browse the repository at this point in the history
ci: use latest python for best performance
  • Loading branch information
williballenthin committed Jul 13, 2023
2 parents 7e100e1 + 1da385c commit 85a980a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
with:
repository: mandiant/capa-testfiles
path: tests/data
- name: Set up Python 3.9
# use latest available python for best performance
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install capa
run: pip install -e .
# Regular lint is fast, so do this first
Expand Down

0 comments on commit 85a980a

Please sign in to comment.