Skip to content

Commit b463add

Browse files
committed
pydantic 3.12 support added.
1 parent d6c5e96 commit b463add

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11']
17+
python-version: ['3.9', '3.10', '3.11', '3.12']
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"Natural Language :: English",
1616
"License :: Public Domain",
17+
"Operating System :: OS Independent",
18+
"Topic :: Database",
19+
"Topic :: Internet :: WWW/HTTP",
1720
"Topic :: Software Development :: Libraries",
1821
"Topic :: System :: Networking",
1922
"Programming Language :: Python :: 3",
2023
"Programming Language :: Python :: 3.9",
2124
"Programming Language :: Python :: 3.10",
2225
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
"Typing :: Typed",
2328
]
2429

2530
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)