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 4615898 commit 88247ddCopy full SHA for 88247dd
.github/workflows/deploy-docs.yml
@@ -34,7 +34,7 @@ jobs:
34
environment-name: TEST
35
init-shell: bash
36
create-args: >-
37
- python=3.12
+ python=3
38
--file requirements.txt
39
--file requirements-dev.txt
40
pyproject.toml
@@ -24,7 +24,7 @@ lint.select = [
24
"I", # import sorting
25
"U", # upgrade
26
]
27
-target-version = "py37"
+target-version = "py39"
28
line-length = 120
29
30
[lint.per-file-ignores]
0 commit comments