Skip to content

Commit 32b3973

Browse files
committed
Update linter workflow
1 parent e2290fc commit 32b3973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.10.6'
16+
python-version: '3.12'
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-python@v2
1919
- run: pip install poetry
20-
- run: poetry env use 3.10.6
20+
- run: poetry env use 3.12
2121
- run: poetry install
2222
- run: poetry run flake8 tgbot

0 commit comments

Comments
 (0)