Skip to content

Commit b2982c5

Browse files
Drop Python 3.11 (#856)
1 parent 7398980 commit b2982c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu, macos]
21-
python-version: ["3.11", "3.12", "3.13"]
21+
python-version: ["3.12", "3.13"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ addopts = [
9191
log_cli_level = "info"
9292

9393
[tool.ruff]
94-
target-version = "py311"
94+
target-version = "py312"
9595

9696
[tool.ruff.lint]
9797
select = [

0 commit comments

Comments
 (0)