Skip to content

Commit 1bbfa0c

Browse files
authored
Merge pull request #360 from OpenPIV/copilot/improve-github-workflows-python-3-13-3-14
Extend CI and package metadata for Python 3.13/3.14 support
2 parents f26f75c + a9d653b commit 1bbfa0c

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)