Skip to content

Commit

Permalink
Update workflow - bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Aug 7, 2023
1 parent a3c33c0 commit 8fecaaa
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: [3.7.13, 3.8.13, 3.9.13, 3.10.11, 3.11.3]
python: [3.7.17, 3.8.17, 3.9.17, 3.10.12, 3.11.4]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8fecaaa

Please sign in to comment.