Skip to content

Commit 88247dd

Browse files
committed
enforce py39 min
1 parent 4615898 commit 88247dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment-name: TEST
3535
init-shell: bash
3636
create-args: >-
37-
python=3.12
37+
python=3
3838
--file requirements.txt
3939
--file requirements-dev.txt
4040

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint.select = [
2424
"I", # import sorting
2525
"U", # upgrade
2626
]
27-
target-version = "py37"
27+
target-version = "py39"
2828
line-length = 120
2929

3030
[lint.per-file-ignores]

0 commit comments

Comments
 (0)