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 Feb 23, 2024
1 parent 09c0cf2 commit 571f53d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
include:
- os: ubuntu-22.04
python-version: "3.11"
- os: ubuntu-22.04
python-version: "3.12"
- os: macos-11.0
python-version: "3.10"
- os: macos-11.0
python-version: "3.11"
- os: macos-11.0
python-version: "3.12"
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 571f53d

Please sign in to comment.