Skip to content

Commit c2acd06

Browse files
committed
py 3.13 CI
1 parent e6d448d commit c2acd06

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/jsonparse-buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
83+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
8484

8585
steps:
8686
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ classifiers = [
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
43+
"Programming Language :: Python :: 3.13",
4344
]
4445
description = "ctrl-f for JSON. A simple JSON parsing library. Extract what's needed from key:value pairs."
4546
dynamic = ["version"]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'Programming Language :: Python :: 3.10',
3838
'Programming Language :: Python :: 3.11',
3939
'Programming Language :: Python :: 3.12',
40+
'Programming Language :: Python :: 3.13',
4041
],
4142
extras_require={
4243
'webapi': [

0 commit comments

Comments
 (0)