Skip to content

Commit 1437578

Browse files
committed
Support Python 3.13
1 parent 7d00768 commit 1437578

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.10"
3434
- "3.11"
3535
- "3.12"
36+
- "3.13"
3637
pydantic-version:
3738
- pydantic-v1
3839
- pydantic-v2
@@ -90,7 +91,7 @@ jobs:
9091
- uses: actions/checkout@v4
9192
- uses: actions/setup-python@v5
9293
with:
93-
python-version: '3.12'
94+
python-version: '3.13'
9495
- name: Setup uv
9596
uses: astral-sh/setup-uv@v5
9697
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
"Topic :: Database",
3031
"Topic :: Database :: Database Engines/Servers",
3132
"Topic :: Internet",

0 commit comments

Comments
 (0)