We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00768 commit 1437578Copy full SHA for 1437578
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
- "3.10"
34
- "3.11"
35
- "3.12"
36
+ - "3.13"
37
pydantic-version:
38
- pydantic-v1
39
- pydantic-v2
@@ -90,7 +91,7 @@ jobs:
90
91
- uses: actions/checkout@v4
92
- uses: actions/setup-python@v5
93
with:
- python-version: '3.12'
94
+ python-version: '3.13'
95
- name: Setup uv
96
uses: astral-sh/setup-uv@v5
97
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
"Topic :: Database",
31
"Topic :: Database :: Database Engines/Servers",
32
"Topic :: Internet",
0 commit comments