Skip to content

Commit a9d653b

Browse files
Copilotalexlib
andcommitted
ci: add Python 3.13 and 3.14 workflow coverage
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent f0a2cd3 commit a9d653b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/testing.yml

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.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1111
poetry-version: [1.5.0]
1212

1313
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1718

1819
# Sublist of all supported platforms and environments.
1920
"Operating System :: MacOS :: MacOS X",

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'Programming Language :: Python :: 3.11',
4141
'Programming Language :: Python :: 3.12',
4242
'Programming Language :: Python :: 3.13',
43+
'Programming Language :: Python :: 3.14',
4344

4445
# Sublist of all supported platforms and environments.
4546
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)