Skip to content

Commit 099cfb9

Browse files
committed
Update Python to 3.13 and dependencies
1 parent 10cd5bd commit 099cfb9

5 files changed

Lines changed: 684 additions & 685 deletions

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: |

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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:
@@ -75,7 +75,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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:

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ vulture = "*"
4141
websockets = "*"
4242

4343
[requires]
44-
python_version = "3.10"
44+
python_version = "3.13"

0 commit comments

Comments
 (0)