Skip to content

Commit

Permalink
add python 3.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Jan 21, 2025
1 parent a4ab230 commit 61c53e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest] #, windows-latest] # Run macos tests if really required, since they charge 10 times more for macos
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 61c53e9

Please sign in to comment.