Skip to content

Commit

Permalink
update CI: we test python 3.10 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rikigigi committed Nov 12, 2024
1 parent c574f41 commit 8170dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest ]
python-version: [ "3.7", "3.11" ]
python-version: [ "3.10", "3.13" ]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [windows-latest ]
python-version: [ "3.7", "3.11" ]
python-version: [ "3.10", "3.13" ]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8170dae

Please sign in to comment.