Skip to content

Commit

Permalink
Add more build CIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusCZ committed Dec 20, 2023
1 parent 4563ec3 commit 618ef80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8,3.9,3.10.x]
python: [3.8,3.9,3.10.x,3.11.x,3.12.x]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python: [3.8,3.9,3.10.x]
python: [3.8,3.9,3.10.x,3.11.x]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: [3.8,3.9,3.10.x]
python: [3.8,3.9,3.10.x,3.11.x,3.12.x]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
Expand Down

0 comments on commit 618ef80

Please sign in to comment.