mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 08:22:12 +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
|
# https://github.com/pypa/cibuildwheel
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.17.0
|
uses: pypa/cibuildwheel@v2.18.0
|
||||||
with:
|
with:
|
||||||
output-dir: dist
|
output-dir: dist
|
||||||
# Options are supplied via environment variables:
|
# Options are supplied via environment variables:
|
||||||
@ -71,6 +71,7 @@ jobs:
|
|||||||
- cp310
|
- cp310
|
||||||
- cp311
|
- cp311
|
||||||
- cp312
|
- cp312
|
||||||
|
- cp313
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -89,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
# https://github.com/pypa/cibuildwheel
|
# https://github.com/pypa/cibuildwheel
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.17.0
|
uses: pypa/cibuildwheel@v2.18.0
|
||||||
with:
|
with:
|
||||||
output-dir: dist
|
output-dir: dist
|
||||||
# Options are supplied via environment variables:
|
# Options are supplied via environment variables:
|
||||||
|
@ -43,6 +43,6 @@ repos:
|
|||||||
rev: v2.5.0
|
rev: v2.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: setup-cfg-fmt
|
- id: setup-cfg-fmt
|
||||||
args: [--include-version-classifiers, --max-py-version=3.12]
|
args: [--include-version-classifiers, --max-py-version=3.13]
|
||||||
ci:
|
ci:
|
||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
|
@ -19,6 +19,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
Programming Language :: Python :: 3.12
|
Programming Language :: Python :: 3.12
|
||||||
|
Programming Language :: Python :: 3.13
|
||||||
download_url = https://github.com/ultrajson/ultrajson
|
download_url = https://github.com/ultrajson/ultrajson
|
||||||
project_urls =
|
project_urls =
|
||||||
Source=https://github.com/ultrajson/ultrajson
|
Source=https://github.com/ultrajson/ultrajson
|
||||||
|
Loading…
Reference in New Issue
Block a user