Skip to content

Commit 309147d

Browse files
committed
Fix CI
1 parent f504296 commit 309147d

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- beta
2424
- nightly
2525
python-version:
26-
- "3.7"
2726
- "3.8"
2827
- "3.9"
2928
- "3.10"
3029
- "3.11"
30+
- "3.12"
31+
- "3.13"
3132

3233
runs-on: ${{ matrix.os }}
3334

@@ -44,7 +45,6 @@ jobs:
4445
uses: actions/setup-python@v5
4546
with:
4647
python-version: ${{ matrix.python-version }}
47-
architecture: x64
4848

4949
- name: Restore cache
5050
uses: Swatinem/rust-cache@v2
@@ -60,18 +60,14 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Install Rust
63-
uses: actions-rs/toolchain@v1
63+
uses: dtolnay/rust-toolchain@master
6464
with:
65-
# MSRV as set in Cargo.toml
66-
toolchain: 1.56.0
67-
default: true
68-
profile: minimal
65+
toolchain: "1.63"
6966

7067
- name: Install Python
7168
uses: actions/setup-python@v5
7269
with:
73-
python-version: "3.7"
74-
architecture: x64
70+
python-version: "3.13"
7571

7672
- name: Restore cache
7773
uses: Swatinem/rust-cache@v2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["pyo3", "python", "logging"]
1010
categories = ["development-tools::debugging"]
1111
edition = "2018"
1212
license = "Apache-2.0 OR MIT"
13-
rust-version = "1.56.0"
13+
rust-version = "1.63"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

0 commit comments

Comments
 (0)