Skip to content

Commit

Permalink
chore: Add python 3.12 to CI
Browse files Browse the repository at this point in the history
chore: add python 3.13
  • Loading branch information
kevaundray authored Oct 14, 2024
2 parents 4c39694 + 38d75bc commit 40a0fcb
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
target: [x64, x86]
steps:
- uses: actions/checkout@v3
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 40a0fcb

Please sign in to comment.