File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 poetry-version : 1.1.13
1313 - uses : actions/setup-python@v4
1414 with :
15- python-version : ' 3.10 '
15+ python-version : ' 3.14 '
1616 cache : ' poetry'
1717 - run : poetry install
1818 format :
2525 poetry-version : 1.1.13
2626 - uses : actions/setup-python@v4
2727 with :
28- python-version : ' 3.10 '
28+ python-version : ' 3.14 '
2929 cache : ' poetry'
3030 - run : poetry install
3131 - run : poetry run poe black-check
3939 poetry-version : 1.1.13
4040 - uses : actions/setup-python@v4
4141 with :
42- python-version : ' 3.10 '
42+ python-version : ' 3.14 '
4343 cache : ' poetry'
4444 - run : poetry install
4545 - run : poetry run poe pylint-check
5353 poetry-version : 1.1.13
5454 - uses : actions/setup-python@v4
5555 with :
56- python-version : ' 3.10 '
56+ python-version : ' 3.14 '
5757 cache : ' poetry'
5858 - run : poetry install
5959 - name : Poetry test
You can’t perform that action at this time.
0 commit comments