Skip to content

Commit 284b273

Browse files
author
Sychevskyi Henadii
committed
ASUP-340
1 parent 90b43e8 commit 284b273

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.10'
2828

2929
- name: Install dependencies
3030
run: |

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ markdown-tabs = {editable = true, path = "plugins/markdown-tabs"}
1414
[dev-packages]
1515

1616
[requires]
17-
python_version = "3.11"
17+
python_version = "3.10"

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)