mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 04:12:13 +01:00
Add support for Python 3.13
This commit is contained in:
parent
0d5db004cb
commit
eab9c0e1b4
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
# https://github.com/pypa/cibuildwheel
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.17.0
|
||||
uses: pypa/cibuildwheel@v2.18.0
|
||||
with:
|
||||
output-dir: dist
|
||||
# Options are supplied via environment variables:
|
||||
@ -71,6 +71,7 @@ jobs:
|
||||
- cp310
|
||||
- cp311
|
||||
- cp312
|
||||
- cp313
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -89,7 +90,7 @@ jobs:
|
||||
|
||||
# https://github.com/pypa/cibuildwheel
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.17.0
|
||||
uses: pypa/cibuildwheel@v2.18.0
|
||||
with:
|
||||
output-dir: dist
|
||||
# Options are supplied via environment variables:
|
||||
|
@ -43,6 +43,6 @@ repos:
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
args: [--include-version-classifiers, --max-py-version=3.12]
|
||||
args: [--include-version-classifiers, --max-py-version=3.13]
|
||||
ci:
|
||||
autoupdate_schedule: quarterly
|
||||
|
@ -19,6 +19,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: 3.13
|
||||
download_url = https://github.com/ultrajson/ultrajson
|
||||
project_urls =
|
||||
Source=https://github.com/ultrajson/ultrajson
|
||||
|
Loading…
Reference in New Issue
Block a user