Skip to content

Commit 5a5ee6a

Browse files
authored
Merge pull request #131 from dapper91/python3.12
- python 3.12 support added.
2 parents 29bb37f + ab7f0d7 commit 5a5ee6a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ classifiers = [
1616
"Intended Audience :: Developers",
1717
"Natural Language :: English",
1818
"License :: Public Domain",
19+
"Operating System :: OS Independent",
1920
"Topic :: Software Development :: Libraries",
21+
"Topic :: Text Processing :: Markup :: XML",
2022
'Framework :: Pydantic',
21-
'Framework :: Pydantic :: 2',
23+
"Framework :: Pydantic :: 1",
24+
"Framework :: Pydantic :: 2",
2225
"Programming Language :: Python",
2326
"Programming Language :: Python :: 3.8",
2427
"Programming Language :: Python :: 3.9",
2528
"Programming Language :: Python :: 3.10",
2629
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Typing :: Typed",
2732
]
2833

2934
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)