chore(python): Update classifiers

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2024-03-03 19:50:49 +01:00
parent 4f99c8f8be
commit 8193c2cb91
No known key found for this signature in database
GPG Key ID: 26834366E8FDCFEF
3 changed files with 5 additions and 4 deletions

View File

@ -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
-------

View File

@ -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 = "dadygalo@gmail.com"}
{name = "Dmitry Dygalo", email = "dmitry@dygalo.dev"}
]
maintainers = [
{name = "Dmitry Dygalo", email = "dadygalo@gmail.com"}
{name = "Dmitry Dygalo", email = "dmitry@dygalo.dev"}
]
readme = "README.rst"
license = { text = "MIT" }
@ -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",
]

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py{37,38,39,310,311}
envlist = py{37,38,39,310,311,312}
[testenv]
deps =