Skip to content

Commit

Permalink
add python 3.12 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Apr 9, 2024
1 parent 4a790fb commit 3e5d213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
windows:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
target: [x64, x86]
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
macos:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e5d213

Please sign in to comment.