Skip to content

Commit b242020

Browse files
Update lint
1 parent 6ab39ec commit b242020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.11']
9+
python-version: ['3.13']
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up uv

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3.9, 3.10, 3.11, 3.12}-sqlalchemy{14, 2}
3+
py{3.8, 3.9, 3.10, 3.11, 3.12, 3.13}-sqlalchemy{14, 2}
44
ruff
55
docs
66
labels =

0 commit comments

Comments
 (0)