Skip to content

Commit

Permalink
Add support for Python 3.13 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 13, 2024
2 parents 0d5db00 + eab9c0e commit 59875e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
- cp310
- cp311
- cp312
- cp313

steps:
- uses: actions/checkout@v4
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59875e0

Please sign in to comment.