Skip to content

Commit

Permalink
Try to fix maturin and add py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 3, 2023
1 parent a6e58c9 commit b0af405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand All @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build keyring binary
run: maturin develop
run: maturin build
working-directory: src/secrets
- name: Lint with flake8
run: |
Expand Down

0 comments on commit b0af405

Please sign in to comment.