1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-07 22:16:12 +02:00

Add 3.12 classifier

This commit is contained in:
Hugo van Kemenade 2023-06-03 15:24:46 +03:00
parent cd07834e52
commit ffd17da5e4
2 changed files with 6 additions and 5 deletions

View File

@ -39,11 +39,11 @@ repos:
- id: trailing-whitespace
exclude: "^.github/.*_TEMPLATE.md"
# Disabled due to asottile/setup-cfg-fmt#73. Re-enable once that issue is fixed.
# - repo: https://github.com/asottile/setup-cfg-fmt
# rev: v1.20.1
# hooks:
# - id: setup-cfg-fmt
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.3.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.12]
ci:
autoupdate_schedule: quarterly

View File

@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
download_url = https://github.com/ultrajson/ultrajson
project_urls =
Source=https://github.com/ultrajson/ultrajson