Skip to content

Commit b0512ac

Browse files
committed
Support for Python 3.14
1 parent 32b3b11 commit b0512ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu, macos, windows]
1515
python-version:
16-
["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
16+
["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev", "pypy-3.9", "pypy-3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
]
2122
description = "Makes it easy to load subpackages and functions on demand."
2223
dependencies = [

0 commit comments

Comments
 (0)