Skip to content

Commit a0ae496

Browse files
committed
move to ruff - update CI versions
1 parent 3166250 commit a0ae496

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.flake8

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
services:
1717
postgres:
18-
image: postgres:16
18+
image: postgres:17
1919
env:
2020
POSTGRES_PASSWORD: postgres
2121
POSTGRES_USER: postgres
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v2
3636
with:
37-
python-version: '3.12'
37+
python-version: '3.13'
3838

3939
- name: Checkout branch
4040
uses: actions/checkout@v3

0 commit comments

Comments
 (0)