Skip to content

Commit

Permalink
ci: test Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanPlasse committed Dec 17, 2023
1 parent 019bc26 commit 7c48e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.11"
python-version: "3.12"
- os: windows-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.11"
python-version: "3.12"
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 7c48e3d

Please sign in to comment.