mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed float python version
This commit is contained in:
parent
87a44f5f93
commit
6a9c70afe2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_request_changelog.yml
vendored
2
.github/workflows/pull_request_changelog.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
- name: Install towncrier
|
||||
run: pip install towncrier
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue