Skip to content

Commit

Permalink
Update latest python version 3.12 -> 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
beatonma committed Jan 30, 2025
1 parent 05e49a8 commit b9a1338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
python-version: ['3.7', '3.13']

steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
python-version: ['3.7', '3.13']

steps:
- uses: actions/checkout@v4
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
python-version: ['3.7', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9a1338

Please sign in to comment.