Skip to content

Commit 7380ee5

Browse files
authored
Support py3.13/py3.14 (#6)
1 parent c739740 commit 7380ee5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
python-version: [3.12]
23+
python-version: [3.11, 3.12, 3.13, 3.14]
2424
os: ["ubuntu-latest"]
2525
runs-on: ${{ matrix.os }}
2626

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Programming Language :: Python :: 3.14",
2729
"Programming Language :: Python :: Implementation :: CPython",
2830
"Programming Language :: Python :: Implementation :: PyPy",
2931
]

0 commit comments

Comments
 (0)