We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464fbd8 commit c19ff44Copy full SHA for c19ff44
.github/workflows/tox.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-24.04
15
strategy:
16
matrix:
17
- python-version: ['3.10','3.12','3.13']
+ python-version: ['3.12','3.13']
18
19
steps:
20
- name: Check out the repository
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.ruff]
2
# Match Black's style
3
line-length = 88
4
-target-version = "py310" # adjust to your minimum supported Python version
+target-version = "py312" # adjust to your minimum supported Python version
5
6
# Match Flake8/hacking exclude patterns
7
exclude = [
0 commit comments