Skip to content

Commit

Permalink
chore(python): Update classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Mar 3, 2024
1 parent 4f99c8f commit 8193c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Measured with stable Rust 1.56, CPython 3.9.7 / PyPy3 7.3.6 on i8700K (12 cores)
Python support
--------------

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

License
-------
Expand Down
5 changes: 3 additions & 2 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "jsonschema_rs"
description = "Fast JSON Schema validation for Python implemented in Rust"
keywords = ["jsonschema", "validation", "rust"]
authors = [
{name = "Dmitry Dygalo", email = "[email protected]"}
{name = "Dmitry Dygalo", email = "[email protected]"}
]
maintainers = [
{name = "Dmitry Dygalo", email = "[email protected]"}
{name = "Dmitry Dygalo", email = "[email protected]"}
]
readme = "README.rst"
license = { text = "MIT" }
Expand All @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Rust",
]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py{37,38,39,310,311}
envlist = py{37,38,39,310,311,312}

[testenv]
deps =
Expand Down

0 comments on commit 8193c2c

Please sign in to comment.