Skip to content

Commit 111046a

Browse files
committed
Add "3.14" to unit test matrix in github actions #801
1 parent 01e06b8 commit 111046a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30+
- "3.14"
3031
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
3132
include:
3233
- os: "windows-latest"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"Programming Language :: Python :: 3.11",
110110
"Programming Language :: Python :: 3.12",
111111
"Programming Language :: Python :: 3.13",
112+
"Programming Language :: Python :: 3.14",
112113
"License :: OSI Approved :: Apache Software License",
113114
"Development Status :: 5 - Production/Stable",
114115
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)