Skip to content

Commit

Permalink
Use Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Oct 1, 2024
1 parent 3a54d6a commit ddf2bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
max-parallel: 16
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12"]
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ddf2bae

Please sign in to comment.