Skip to content

Commit

Permalink
gha add py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jan 19, 2024
1 parent f83e2cd commit 7a8c456
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.x"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
exclude:
# missing Microsoft Visual C++ 14.0
- os: windows-latest
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
matrix:
manylinux: ["manylinux1", "manylinux2010", "manylinux2014"]
piparch: ["i686", "x86_64"]
pyver: ["cp27-cp27m", "cp27-cp27mu", "cp36-cp36m", "cp37-cp37m", "cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311"]
pyver: ["cp27-cp27m", "cp27-cp27mu", "cp36-cp36m", "cp37-cp37m", "cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
exclude:
# manylinux1 doesn't include py >= 3.10
- manylinux: "manylinux1"
Expand Down Expand Up @@ -218,6 +218,10 @@ jobs:
- manylinux: "manylinux2010"
piparch: "x86_64"
pyver: "cp311-cp311"

- manylinux: "manylinux2010"
piparch: "x86_64"
pyver: "cp312-cp312"
steps:
- uses: actions/checkout@v3
- name: Test
Expand Down

0 comments on commit 7a8c456

Please sign in to comment.