Skip to content

Commit b71888f

Browse files
Support Python 3.13 (#139)
1 parent 5627c28 commit b71888f

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Diff for: .github/workflows/test.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu, macos, windows]
1515
python-version:
16-
[
17-
"3.8",
18-
"3.9",
19-
"3.10",
20-
"3.11",
21-
"3.12",
22-
"3.13-dev",
23-
"pypy-3.8",
24-
"pypy-3.9",
25-
]
16+
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
2617

2718
steps:
2819
- uses: actions/checkout@v4

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
]
2223
description = "Makes it easy to load subpackages and functions on demand."
2324
dependencies = [

0 commit comments

Comments
 (0)