Skip to content

Commit 12f6722

Browse files
committed
ci update
1 parent 13417db commit 12f6722

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.14"
1818
- uses: pre-commit/action@v3.0.0
1919

2020
build:
@@ -23,12 +23,12 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
os: [ubuntu-latest]
26-
python-version: ["3.8", "3.9", "3.10", "3.11"]
26+
python-version: ["3.11, "3.12", "3.13", "3.14"]
2727
include:
2828
- os: macos-latest # macos test
29-
python-version: "3.11"
29+
python-version: "3.14"
3030
- os: windows-latest # windows test
31-
python-version: "3.11"
31+
python-version: "3.14"
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ repos:
1818
- id: pyupgrade
1919

2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.0.259
21+
rev: v0.14.13
2222
hooks:
2323
- id: ruff

0 commit comments

Comments
 (0)