Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b71888f

Browse filesBrowse files
Support Python 3.13 (#139)
1 parent 5627c28 commit b71888f
Copy full SHA for b71888f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-10
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-10Lines changed: 1 addition & 10 deletions
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

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.