Skip to content

Commit 8193c2c

Browse files
committed
chore(python): Update classifiers
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 4f99c8f commit 8193c2c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bindings/python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Measured with stable Rust 1.56, CPython 3.9.7 / PyPy3 7.3.6 on i8700K (12 cores)
152152
Python support
153153
--------------
154154

155-
``jsonschema-rs`` supports CPython 3.7, 3.8, 3.9, 3.10, and 3.11.
155+
``jsonschema-rs`` supports CPython 3.7, 3.8, 3.9, 3.10, 3.11, and 3.12.
156156

157157
License
158158
-------

bindings/python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "jsonschema_rs"
33
description = "Fast JSON Schema validation for Python implemented in Rust"
44
keywords = ["jsonschema", "validation", "rust"]
55
authors = [
6-
{name = "Dmitry Dygalo", email = "[email protected]"}
6+
{name = "Dmitry Dygalo", email = "[email protected]"}
77
]
88
maintainers = [
9-
{name = "Dmitry Dygalo", email = "[email protected]"}
9+
{name = "Dmitry Dygalo", email = "[email protected]"}
1010
]
1111
readme = "README.rst"
1212
license = { text = "MIT" }
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2526
"Programming Language :: Python :: Implementation :: CPython",
2627
"Programming Language :: Rust",
2728
]

bindings/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py{37,38,39,310,311}
3+
envlist = py{37,38,39,310,311,312}
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)