Skip to content

Commit ebcbda4

Browse files
committed
Support and test 3.13 and 3.14
1 parent 3762c1d commit ebcbda4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.10", "3.11", "3.12"]
10+
python-version: ["3.8", "3.10", "3.11", "3.12", "3.13", "3.14"]
1111
include:
1212
- python-version: "3.9"
1313
use_coverage: 'coverage'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,7 @@
8282
"Programming Language :: Python :: 3.10",
8383
"Programming Language :: Python :: 3.11",
8484
"Programming Language :: Python :: 3.12",
85+
"Programming Language :: Python :: 3.13",
86+
"Programming Language :: Python :: 3.14",
8587
],
8688
)

0 commit comments

Comments
 (0)