Skip to content

Commit

Permalink
ci: Test under Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Apr 12, 2024
1 parent c8758eb commit 62265f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
- {runs-on: ubuntu-20.04, python-version: "3.9"}
- {runs-on: ubuntu-22.04, python-version: "3.10"}
- {runs-on: ubuntu-22.04, python-version: "3.11"}
- {runs-on: ubuntu-22.04, python-version: "3.12"}
- {runs-on: macos-11, python-version: "3.9"}
- {runs-on: macos-11, python-version: "3.10"}
- {runs-on: macos-11, python-version: "3.11"}
- {runs-on: macos-11, python-version: "3.12"}
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 62265f8

Please sign in to comment.