Skip to content

Commit 25ee13d

Browse files
committed
Python 3.15
1 parent a216c62 commit 25ee13d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.14"]
19+
python-version: ["3.10", "3.15"]
2020
os: ["windows-latest", "ubuntu-latest"]
2121

2222
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
3030
"Programming Language :: Python :: 3.14",
31+
"Programming Language :: Python :: 3.15",
3132
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
3233
]
3334
requires-python = ">= 3.10"

0 commit comments

Comments
 (0)