Skip to content

Commit

Permalink
ci: Run for python 3.12, too
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Feb 6, 2024
1 parent e15dc97 commit ae44897
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ 'ubuntu-latest', 'macos-latest' ]
os: [ 'ubuntu-latest' ]
python: [ '3.9', '3.10', '3.11' ]
python: [ '3.9', '3.10', '3.11', '3.12']
# include:
# - os: "macos-latest"
# python: "3.12"
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
Expand Down

0 comments on commit ae44897

Please sign in to comment.