We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7398980 commit b2982c5Copy full SHA for b2982c5
2 files changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu, macos]
21
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -91,7 +91,7 @@ addopts = [
91
log_cli_level = "info"
92
93
[tool.ruff]
94
-target-version = "py311"
+target-version = "py312"
95
96
[tool.ruff.lint]
97
select = [
0 commit comments