Skip to content

Commit

Permalink
add python3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Feb 27, 2024
1 parent fefeb97 commit d0e6136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
a: [cp36m, cp37m, cp38, cp39, cp3_10, cp3_11]
a: [cp36m, cp37m, cp38, cp39, cp3_10, cp3_11, cp3_12]
p: [manylinux_2_31_x86_64, manylinux_2_31_aarch64, manylinux_2_28_armv7l]

env:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.6 - 3.11"
python-version: "3.6 - 3.12"

- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
python -m pip install twine
python -m twine upload --non-interactive --skip-existing wheelhouse\\*
shell: cmd


build-macos:
needs: prepare
Expand All @@ -187,7 +187,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.6 - 3.11"
python-version: "3.6 - 3.12"

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d0e6136

Please sign in to comment.