File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : Setup Python
1515 uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.10 '
17+ python-version : ' 3.13 '
1818
1919 - name : Install dependencies with pipenv
2020 run : |
Original file line number Diff line number Diff line change 1818 - name : Setup Python
1919 uses : actions/setup-python@v5
2020 with :
21- python-version : ' 3.10 '
21+ python-version : ' 3.13 '
2222
2323 - name : Install dependencies
2424 run : pip install isort
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
3535 with :
36- python-version : ' 3.10 '
36+ python-version : ' 3.13 '
3737
3838 - uses : TrueBrain/actions-flake8@v2
3939 with :
7575 - name : Setup Python
7676 uses : actions/setup-python@v5
7777 with :
78- python-version : ' 3.10 '
78+ python-version : ' 3.13 '
7979
8080 - name : Install dependencies
8181 run : pip install pipenv
Original file line number Diff line number Diff line change 6262 - name : Setup Python
6363 uses : actions/setup-python@v5
6464 with :
65- python-version : ' 3.10 '
65+ python-version : ' 3.13 '
6666
6767 - name : Run flyway db migrations
6868 env :
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ vulture = "*"
4141websockets = " *"
4242
4343[requires ]
44- python_version = " 3.10 "
44+ python_version = " 3.13 "
You can’t perform that action at this time.
0 commit comments