Skip to content

Commit

Permalink
Update target Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jan 12, 2024
1 parent 282a73f commit 3bd2962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
py-version: ["3.9", "3.10", "3.11"]
py-version: ["3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: pip install "maturin>=0.14,<0.15" pytest
- name: Build source distribution
Expand Down

0 comments on commit 3bd2962

Please sign in to comment.