Skip to content

Commit

Permalink
Update python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmilano1 committed May 2, 2024
1 parent bd8b7f2 commit eacb792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8']
python-version: ['3.11.4']
name: python ${{ matrix.python-version }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eacb792

Please sign in to comment.